ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Editing Namespace / GroundToGridCorrection Class
Properties Methods


In This Topic
    GroundToGridCorrection Class Members
    In This Topic

    The following tables list the members exposed by GroundToGridCorrection.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic) Gets the combined scale factor when sketching within the currently active map.  
    Public Propertystatic (Shared in Visual Basic)Gets the constant scale factor used in ground to grid calculations, when ScaleType equals ArcGIS.Core.CIM.GroundToGridScaleType.ConstantFactor  
    Public Propertystatic (Shared in Visual Basic) Gets the default ConstantScaleFactor - a constant equal to 1.0.  
    Public Propertystatic (Shared in Visual Basic) Gets the default DirectionOffset - a constant equal to 0.0 decimal degrees.  
    Public Propertystatic (Shared in Visual Basic) Gets the direction offset angle in degrees that is used in ground to grid calculations.  
    Public Propertystatic (Shared in Visual Basic) Gets if ground to grid corrections are enabled for supported tools.  
    Public Propertystatic (Shared in Visual Basic) Gets the type of scale that is used in ground to grid calculations.  
    Public Propertystatic (Shared in Visual Basic) Gets if the direction offset will be used when ground to grid corrections apply within the currently active map.  
    Public Propertystatic (Shared in Visual Basic) Gets if the distance scale will be used when ground to grid corrections apply within the currently active map.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Compute the combined scale factor using two points and using a z elevation at the mid-point between them.  
    Public Methodstatic (Shared in Visual Basic)Creates a copy of a ArcGIS.Core.CIM.CIMGroundToGridCorrection instance  
    Public Methodstatic (Shared in Visual Basic) Gets the constant scale factor to be used in ground to grid calculations.  
    Public Methodstatic (Shared in Visual Basic) Gets the angle in decimal degrees to be used in ground to grid calculations.  
    Public Methodstatic (Shared in Visual Basic) Gets the GroundToGridCorrection for the given map.  
    Public Methodstatic (Shared in Visual Basic) Gets whether the ground to grid correction is turned on or off.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.   
    Public Methodstatic (Shared in Visual Basic) Sets the GroundToGridCorrection for the given map.  
    Public Methodstatic (Shared in Visual Basic) Gets whether a constant scale factor will be used in the ground to grid correction.  
    Public Methodstatic (Shared in Visual Basic) Gets whether the direction offset will be used in the ground to grid correction.  
    Public Methodstatic (Shared in Visual Basic) Gets whether a distance factor will be used in the ground to grid correction.  
    Public Methodstatic (Shared in Visual Basic) Gets whether a combined scale factor will be used in the ground to grid correction.  
    Top
    See Also