GeocentricSpatialReferenceSystemParametersAxisesOrder Property

Order of axises. Defaults to XYZ.

Namespace:  Aspose.Gis.SpatialReferencing
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public GeocentricAxisesOrder AxisesOrder { get; set; }

Property Value

Type: GeocentricAxisesOrder
Exceptions
ExceptionCondition
ArgumentException Thrown in setter when argument is not a valid enum member.
See Also