ArcGIS Pro 2.9 API Reference Guide
UsingDistanceFactor Method

ArcGIS.Desktop.Editing Namespace > GroundToGridCorrection Class : UsingDistanceFactor Method
A ArcGIS.Core.CIM.CIMGroundToGridCorrection obtained from GetGroundToGridCorrection
Gets whether a distance factor will be used in the ground to grid correction.
Syntax
public static bool UsingDistanceFactor( 
   CIMGroundToGridCorrection c
)
Public Shared Function UsingDistanceFactor( _
   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 UseScale property is true; false otherwise.
Remarks
This extension method for the ArcGIS.Core.CIM.CIMGroundToGridCorrection class is identical to: c.IsCorrecting() && c.UseScale
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

GroundToGridCorrection Class
GroundToGridCorrection Members