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


ISnappingResult.Type Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

ISnappingResult.Type Property

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

Product Availability

Available with ArcGIS Engine.

Remarks

The type identifies which snapping type defined in the esriSnappingType enumeration satisfied the result of a Snap call. 

See Also

ISnappingResult Interface