SpatialReferenceSystem.AsLocal

SpatialReferenceSystem.AsLocal property

Returns this SRS converted to LocalSpatialReferenceSystem. Use Type to find out if conversion is possible.

public virtual LocalSpatialReferenceSystem AsLocal { get; }

Exceptions

exceptioncondition
InvalidOperationExceptionConversion is not possible.

See Also