The method of snapping used.
[Visual Basic 6.0] Property SnapType As esriGeometryHitPartType
[Visual Basic .NET] Public Property SnapType As esriGeometryHitPartType
[C#] public esriGeometryHitPartType SnapType {get; set;}
[Java] public esriGeometryHitPartType getSnapType() throws IOException, AutomationException
[Java] public void setSnapType( esriGeometryHitPartType psriGeometryHitPartType ) throws IOException, AutomationException
[C++] HRESULT get_SnapType( esriGeometryHitPartType* pHitPartType );
[C++] HRESULT put_SnapType( esriGeometryHitPartType pHitPartType);
Parameters
pHitPartType [out, retval]
pHitPartType is a parameter of type esriGeometryHitPartType
pHitPartType [in]
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).