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