public static Task<CIMGroundToGridCorrection> GetGroundToGridCorrection( Map map )
Public Shared Function GetGroundToGridCorrection( _ ByVal map As Map _ ) As Task(Of CIMGroundToGridCorrection)
Parameters
- map
- The ArcGIS.Desktop.Mapping.Map that has the required GroundToGridCorrection.
Return Value
A Task returning a ArcGIS.Core.CIM.CIMGroundToGridCorrection for the given map, or null if there is currently none.