This document is archived and information here might be outdated. Recommended version. |
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.