| PoLabelFieldcoordinateType Property  | 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFEnum<PoLabelFieldCoordinateTypes> coordinateType { get; }Public ReadOnly Property coordinateType As SoSFEnum(Of PoLabelFieldCoordinateTypes)
	Get
public:
property SoSFEnum<PoLabelFieldCoordinateTypes>^ coordinateType {
	SoSFEnum<PoLabelFieldCoordinateTypes>^ get ();
}member coordinateType : SoSFEnum<PoLabelFieldCoordinateTypes> with get
Property Value
Type: 
SoSFEnumPoLabelFieldCoordinateTypes
RemarkscoordinateType = COORDINATE_IN_DOMAIN: coordinates are expressed in the current domain (cf OIV.MeshViz.Graph.PoBase description),
coordinateType = COORDINATE_IN_CURRENT_UNIT: coordinates are expressed in the current unit. 
See Also