ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / GroundToGridCorrection Class / ConstantScaleFactor Property

In This Topic
    ConstantScaleFactor Property (GroundToGridCorrection)
    In This Topic
    Gets the constant scale factor used in ground to grid calculations, when ScaleType equals ArcGIS.Core.CIM.GroundToGridScaleType.ConstantFactor
    Syntax
    public static double ConstantScaleFactor {get;}
    Public Shared ReadOnly Property ConstantScaleFactor As Double
    Remarks
    Subscribe to ArcGIS.Desktop.Editing.Events.GroundToGridEvent to be notified when the ConstantScaleFactor property is changed during the current sketch.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also