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


IEditProperties2.SnapTips Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditProperties2 Interface > IEditProperties2.SnapTips Property
ArcGIS Developer Help

IEditProperties2.SnapTips Property

Indicates whether to show the snap tips.

[Visual Basic .NET]
Public Property SnapTips As Boolean
[C#]
public bool SnapTips {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use this property to determine whether snap tips are displayed when snapping is used in the editor.  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

IEditProperties2 Interface