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


IVectorization.Snap Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (ArcScan)  

IVectorization.Snap Method

Snaps the input point to the target raster.

[Visual Basic .NET]
Public Function Snap ( _
    ByVal point As IPoint, _
    ByVal tolerance As Double _
) As esriRasterSnappedType
[C#]
public esriRasterSnappedType Snap (
    IPoint point,
    double tolerance
);

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

See Also

IVectorization Interface