Click or drag to resize
PoAxis.GetMargin Method

Gets the margin axis attributes computed by the last axis rebuilding.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void GetMargin(
	out PoAxis. MarginTypes type,
	out float start,
	out float end
)

Parameters

type
Type: OIV.MeshViz.Graph.PoAxis.MarginTypes
start
Type: System.Single
end
Type: System.Single
Remarks

If the axis have never been built, the method return the value of the equivalent field.

See Also