ArcGIS Pro 2.8 API Reference Guide
IsCorrecting Method

ArcGIS.Desktop.Editing Namespace > GroundToGridCorrection Class : IsCorrecting Method
A ArcGIS.Core.CIM.CIMGroundToGridCorrection obtained from GetGroundToGridCorrection
Gets whether the ground to grid correction is turned on or off.
Syntax
public static bool IsCorrecting( 
   CIMGroundToGridCorrection c
)
Public Shared Function IsCorrecting( _
   ByVal c As CIMGroundToGridCorrection _
) As Boolean

Parameters

c
A ArcGIS.Core.CIM.CIMGroundToGridCorrection obtained from GetGroundToGridCorrection

Return Value

true when c is not null and c is enabled, false otherwise.
Remarks
This extension method for the ArcGIS.Core.CIM.CIMGroundToGridCorrection class is identical to: c != null && c.Enabled
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

GroundToGridCorrection Class
GroundToGridCorrection Members