Gets the margin axis attributes computed by the last axis rebuilding. 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void GetMargin(
	out PoAxisMarginTypes type,
	out float start,
	out float end
)
Public Sub GetMargin ( 
	<OutAttribute> ByRef type As PoAxisMarginTypes,
	<OutAttribute> ByRef start As Single,
	<OutAttribute> ByRef end As Single
)
public:
void GetMargin(
	[OutAttribute] PoAxisMarginTypes% type, 
	[OutAttribute] float% start, 
	[OutAttribute] float% end
)
member GetMargin : 
        type : PoAxisMarginTypes byref * 
        start : float32 byref * 
        end : float32 byref -> unit 
Parameters
- type
 - Type: OIV.MeshViz.GraphPoAxisMarginTypes
 - start
 - Type: SystemSingle
 - end
 - Type: SystemSingle
 
RemarksIf the axis have never been built, the method return the value of the equivalent field.  
See Also