ProjectedSpatialReferenceSystemParametersXAxis Property

Axis that describes X (horizontal) dimension. Defaults to axis with east direction.

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

Property Value

Type: Axis
Exceptions
ExceptionCondition
ArgumentException Thrown from setter if axis direction is not East or West.
See Also