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)
Syntaxpublic Axis XAxis { get; set; }Public Property XAxis As Axis
Get
Set
public:
property Axis^ XAxis {
Axis^ get ();
void set (Axis^ value);
}member XAxis : Axis with get, set
Property Value
Type:
Axis
Exceptions
See Also