This document is archived and information here might be outdated.  Recommended version.


IPointSnapper.FullSnap Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IP > IPointSnapper Interface > IPointSnapper.FullSnap Method
ArcGIS Developer Help

IPointSnapper.FullSnap Method

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*

Product Availability

Available with ArcGIS Engine.

See Also

IPointSnapper Interface