| PoArrow3patternHeight Property  | 
Define the height of the start and end arrow pattern. 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic SoSFFloat patternHeight { get; }Public ReadOnly Property patternHeight As SoSFFloat
	Get
public:
property SoSFFloat^ patternHeight {
	SoSFFloat^ get ();
}member patternHeight : SoSFFloat with get
Property Value
Type: 
SoSFFloat
RemarksIt is given in the normalized space [0-1]x[0-1]x([0-1]) defined by the current domain (cf OIV.MeshViz.Graph.PoBase description). 
See Also