This document is archived and information here might be outdated. Recommended version. |
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
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.