This document is archived and information here might be outdated. Recommended version. |
Gets the type of snap that occurred.
[Visual Basic .NET] Public ReadOnly Property Type As esriSnappingType
[C#] public esriSnappingType Type {get;}
[C++]
HRESULT get_Type(
esriSnappingType* snapType
);
[C++] Parameters snapType [out, retval]
snapType is a parameter of type esriSnappingType*
The type identifies which snapping type defined in the esriSnappingType enumeration satisfied the result of a Snap call.