This document is archived and information here might be outdated. Recommended version. |
Fully attempts to snap the specified point without regard to time. Use Snap for tool snapping.
[Visual Basic .NET] Public Function FullSnap ( _ ByVal point As IPoint _ ) As ISnappingResult
[C#] public ISnappingResult FullSnap ( IPoint point );
[C++]
HRESULT FullSnap(
IPoint* point
);
[C++] Parameters point [in]
point is a parameter of type IPoint*