This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISnappingEnvironment Interface > ISnappingEnvironment.SnappingType Property (ArcObjects .NET 10.5 SDK) |
The types of snapping currently being considered.
[Visual Basic .NET] Public Property SnappingType As esriSnappingType
[C#] public esriSnappingType SnappingType {get; set;}
[C++]
HRESULT get_SnappingType(
esriSnappingType* Options
);
[C++]
HRESULT put_SnappingType(
esriSnappingType Options
);
[C++]
Parameters Options [out, retval]
Options is a parameter of type esriSnappingType Options [in]
Options is a parameter of type esriSnappingType
Use the esriSnappingType enumeration to define which snapping types should be evaluated when IPointSnapper.Snap is called. An individual snapping type can be specified, or a combination of snapping types may be used. The combination of snapping types is accomplished using a bit mask.
Snapping Types are evaluated in a fixed order defined below:
SnappingType is an application-level setting.