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


ISnappingEnvironment.ShowSnapTips Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISnappingEnvironment Interface > ISnappingEnvironment.ShowSnapTips Property
ArcGIS Developer Help

ISnappingEnvironment.ShowSnapTips Property

Toggles snap tips on/off.

[Visual Basic .NET]
Public Property ShowSnapTips As Boolean
[C#]
public bool ShowSnapTips {get; set;}
[C++]
HRESULT get_ShowSnapTips(
  Boolean* Show
);
[C++]
HRESULT put_ShowSnapTips(
  VARIANT_BOOL Show
);
[C++]
Parameters
Show [out, retval]

Show is a parameter of type bool* Show [in]
Show is a parameter of type 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.

See Also

ISnappingEnvironment Interface