ArcObjects Library Reference (Controls)  

IPointSnapper.FullSnap Method

Fully attempts to snap the specified point without regard to time. Use Snap for tool snapping.

ERROR: Syntax information about IPointSnapper.FullSnap may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Controls.dll

[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