Toggles snap tips on/off.
[Visual Basic .NET] Public Property ShowSnapTips As Boolean
[C#] public bool ShowSnapTips {get; set;}
[C++]
HRESULT get_ShowSnapTips(
VARIANT_BOOL* Show
);
[C++]
HRESULT put_ShowSnapTips(
VARIANT_BOOL Show
);
[C++]Parameters
Show [out, retval] Show is a parameter of type VARIANT_BOOL Show [in] Show is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine.
Remarks
Determines whether snap tips are shown when a snapping type is satisfied. By default, snap tips are shown. The information displayed in the snap tip is determined by ISnappingEnvironment.SnapTipType.
ShowSnapTips is an application-level setting.