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