This document is archived and information here might be outdated. Recommended version. |
The method of snapping used.
[Visual Basic .NET] Public Property SnapType As esriGeometryHitPartType
[C#] public esriGeometryHitPartType SnapType {get; set;}
[C++]
HRESULT get_SnapType(
esriGeometryHitPartType pHitPartType
);
[C++]
HRESULT put_SnapType(
esriGeometryHitPartType* pHitPartType
);
[C++] Parameters pHitPartType [in]
pHitPartType is a parameter of type esriGeometryHitPartType pHitPartType [out, retval]
pHitPartType is a parameter of type esriGeometryHitPartType*
The SnapType property determines where along the feature the location will be found. You can snap to endpoints or vertices (junctions) or anywhere along the line (edges).