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


ISnappingEnvironment.SnapTipType 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.SnapTipType Property
ArcGIS Developer Help

ISnappingEnvironment.SnapTipType Property

The types of snapping tip to be displayed.

[Visual Basic .NET]
Public Property SnapTipType As esriSnappingTipType
[C#]
public esriSnappingTipType SnapTipType {get; set;}
[C++]
HRESULT get_SnapTipType(
  esriSnappingTipType* Options
);
[C++]
HRESULT put_SnapTipType(
  esriSnappingTipType Options
);
[C++]
Parameters
Options [out, retval]

Options is a parameter of type esriSnappingTipType* Options [in]
Options is a parameter of type esriSnappingTipType

Product Availability

Available with ArcGIS Engine.

Remarks

The snapping tip type can contain the layer name of the feature layer that was snapped to, or the snapping type that was satisfied.  The default is to show both the layer name and the snapping type as part of the snap tip. 

See Also

ISnappingEnvironment Interface