This document is archived and information here might be outdated.  Recommended version.


IEditProperties2.UseGroundToGrid Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditProperties2 Interface > IEditProperties2.UseGroundToGrid Property
ArcGIS Developer Help

IEditProperties2.UseGroundToGrid Property

Indicates whether to use Ground to Grid.

[Visual Basic .NET]
Public Property UseGroundToGrid As Boolean
[C#]
public bool UseGroundToGrid {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use this property to control whether any distance or direction offsets are applied to angle or length values respectively when using the editor.  If UseGroundToGrid is True then the distance offset specified by IEditProperties2::DistanceCorrectionFactor and the angular offset specified by IEditProperties2::AngularCorrectionFactor are used.

See Also

IEditProperties2 Interface