This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IP > IPointSnapper Interface > IPointSnapper.FullSnap Method (ArcObjects .NET 10.4 SDK) |
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,
ISnappingResult** snappingResult
);
[C++]
Parameters point [in]
point is a parameter of type IPoint snappingResult [out, retval]
snappingResult is a parameter of type ISnappingResult