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.PointSnapper Property (ArcObjects .NET 10.5 SDK) |
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
The PointSnapper property returns a reference to the engine that is responsible for performing snapping operations.