ProjectedSpatialReferenceSystemParameters.XAxis

ProjectedSpatialReferenceSystemParameters.XAxis property

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

public Axis XAxis { get; set; }

Exceptions

exceptioncondition
ArgumentExceptionThrown from setter if axis direction is not East or West.

See Also