ProjectedSpatialReferenceSystemParameters.YAxis

ProjectedSpatialReferenceSystemParameters.YAxis property

Axis that describes Y (vertical) dimension. Defaults to axis with north direction.

public Axis YAxis { get; set; }

Exceptions

exceptioncondition
ArgumentExceptionThrown from setter if axis direction is not North or South.

See Also