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


ISnappingResult.Type Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISnappingResult Interface > ISnappingResult.Type Property
ArcGIS Developer Help

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