This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditProperties2 Interface > IEngineEditProperties2.SnapTips Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL* tips
);
[C++]
HRESULT put_SnapTips(
VARIANT_BOOL tips
);
[C++]
Parameters tips [out, retval] tips is a parameter of type VARIANT_BOOL tips [in] tips is a parameter of type VARIANT_BOOL
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.