SpatialReferenceSystem.AsCompound

SpatialReferenceSystem.AsCompound property

Returns this SRS converted to CompoundSpatialReferenceSystem. Use IsCompound to find out if conversion is possible.

public virtual CompoundSpatialReferenceSystem AsCompound { get; }

Exceptions

exceptioncondition
InvalidOperationExceptionConversion is not possible.

See Also