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


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

IEngineEditProperties2.UseGroundToGrid Property

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(
  Boolean* g2g
);
[C++]
Parameters
g2g [in]

g2g is a parameter of type bool g2g [out, retval]
g2g is a parameter of type bool*

Product Availability

Available with ArcGIS Engine.

Description

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.

See Also

IEngineEditProperties2 Interface