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


IEngineEditProperties2.SnapTips 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.SnapTips Property
ArcGIS Developer Help

IEngineEditProperties2.SnapTips Property

Indicates whether to show the snap tips.

[Visual Basic .NET]
Public Property SnapTips As Boolean
[C#]
public bool SnapTips {get; set;}
[C++]
HRESULT get_SnapTips(
  Boolean* tips
);
[C++]
HRESULT put_SnapTips(
  VARIANT_BOOL tips
);
[C++]
Parameters
tips [out, retval]

tips is a parameter of type bool* tips [in]
tips is a parameter of type bool

Product Availability

Available with ArcGIS Engine.

Description

Use SnapTips to determine whether snap tips are displayed when using the snapping envionrment. By default SnapTips is false.

Snap tips provide feedback in the form of a tool tip and a message in the status bar identifying the snap agent that was used to modify the current point.  If the snap agent used is a feature snap agent, the layer name and hit type are displayed; otherwise the snap agent name is displayed.

See Also

IEngineEditProperties2 Interface