Parameters
- c
- A ArcGIS.Core.CIM.CIMGroundToGridCorrection obtained from GetGroundToGridCorrection
Return Value
The DirectionOffset if UsingDirectionOffset is true, otherwise DefaultDirectionOffset if false.
c.UsingDirectionOffset() ? c.Direction : DefaultDirectionOffset
This method can be used whether or not UsingDirectionOffset is true and returns the default if false.Target Platforms: Windows 11, Windows 10