ArcObjects Library Reference (Controls)  

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,
  ISnappingResult** snappingResult
);
[C++]

Parameters

point [in]

  point is a parameter of type IPoint

snappingResult [out, retval]

  snappingResult is a parameter of type ISnappingResult

Product Availability

Available with ArcGIS Engine.

See Also

IPointSnapper Interface