Gets the margin axis attributes computed by the last axis rebuilding.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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
Remarks If the axis have never been built, the method return the value of the equivalent field.
See Also