GeocentricSpatialReferenceSystemParameters.ZAxis

GeocentricSpatialReferenceSystemParameters.ZAxis property

Axis of geocentric SRS that describes ‘Z’ dimension (axis that points to the north or south pole). Defaults to axis with North direction.

public Axis ZAxis { get; set; }

Exceptions

exceptioncondition
ArgumentExceptionAxis direction is not North or South.

See Also