ArcObjects Library Reference (Editor)  

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