ArcGIS Pro 2.8 API Reference Guide
UsingDirectionOffset Method

ArcGIS.Desktop.Editing Namespace > GroundToGridCorrection Class : UsingDirectionOffset Method
A ArcGIS.Core.CIM.CIMGroundToGridCorrection obtained from GetGroundToGridCorrection
Gets whether the direction offset will be used in the ground to grid correction.
Syntax
public static bool UsingDirectionOffset( 
   CIMGroundToGridCorrection c
)
Public Shared Function UsingDirectionOffset( _
   ByVal c As CIMGroundToGridCorrection _
) As Boolean

Parameters

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

Return Value

true when c is not null, when c is enabled, and when the UseDirection property is true; false otherwise.
Remarks
This extension method for the ArcGIS.Core.CIM.CIMGroundToGridCorrection class is identical to: c.IsCorrecting() && c.UseDirection
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

GroundToGridCorrection Class
GroundToGridCorrection Members