ArcGIS Pro 2.8 API Reference Guide
UsingConstantScaleFactor Method

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

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

GroundToGridCorrection Class
GroundToGridCorrection Members