ArcObjects Library Reference (Controls)  

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(
  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

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