Returns the point snapper.
[Visual Basic .NET] Public Property PointSnapper As IPointSnapper
[C#] public IPointSnapper PointSnapper {get; set;}
[C++]
HRESULT get_PointSnapper(
IPointSnapper** snapper
);
[C++]
HRESULT putref_PointSnapper(
IPointSnapper* snapper
);
[C++]Parameters
snapper [out, retval]snapper is a parameter of type IPointSnapper
snapper [in]snapper is a parameter of type IPointSnapper
Product Availability
Available with ArcGIS Engine.
Remarks
The PointSnapper property returns a reference to the engine that is responsible for performing snapping operations.