This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISnappingEnvironment Interface > ISnappingEnvironment.ShowSnapTips Property (ArcObjects .NET 10.5 SDK) |
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
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.