Gets the arrow 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 GetArrow(
	out PoAxisVisibilities visibility,
	out float height,
	out float length
)
Public Sub GetArrow ( 
	<OutAttribute> ByRef visibility As PoAxisVisibilities,
	<OutAttribute> ByRef height As Single,
	<OutAttribute> ByRef length As Single
)
public:
void GetArrow(
	[OutAttribute] PoAxisVisibilities% visibility, 
	[OutAttribute] float% height, 
	[OutAttribute] float% length
)
member GetArrow : 
        visibility : PoAxisVisibilities byref * 
        height : float32 byref * 
        length : float32 byref -> unit 
Parameters
- visibility
 - Type: OIV.MeshViz.GraphPoAxisVisibilities
 - height
 - Type: SystemSingle
 - length
 - Type: SystemSingle
 
RemarksIf the axis have never been built, the method return the value of the equivalent field.  
See Also