This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditProperties2 Interface > IEngineEditProperties2.UseGroundToGrid Property (ArcObjects .NET 10.4 SDK) |
Indicates whether to use Ground to Grid.
[Visual Basic .NET] Public Property UseGroundToGrid As Boolean
[C#] public bool UseGroundToGrid {get; set;}
[C++]
HRESULT get_UseGroundToGrid(
VARIANT_BOOL* g2g
);
[C++]
HRESULT put_UseGroundToGrid(
VARIANT_BOOL g2g
);
[C++]
Parameters g2g [out, retval] g2g is a parameter of type VARIANT_BOOL g2g [in] g2g is a parameter of type VARIANT_BOOL
UseGroundToGrid determines whether any distance or direction offsets are applied to angle or length values respectively when using the editor. By default UseGroundToGrid is false.
If UseGroundToGrid is true then the distance offset specified by DistanceCorrectionFactor and the angular offset specified by AngularCorrectionOffset are used.