ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.COGO Namespace / Traverse Class / ConstantScaleFactor Property

In This Topic
    ConstantScaleFactor Property (Traverse)
    In This Topic
    Gets the constant scale factor to be used in ground to grid calculations for the traverse.
    Syntax
    Public ReadOnly Property ConstantScaleFactor As Double
    public double ConstantScaleFactor {get;}

    Property Value

    The ConstantScaleFactor of the GroundToGridCorrection if UseGroundToGridCorrections is true, GroundToGridCorrection is non null and UsingConstantScaleFactor of the GroundToGridCorrection is true, otherwise DefaultConstantScaleFactor.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also