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


IVectorization.Snap Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcScan > ESRI.ArcGIS.ArcScan > Interfaces > IV > IVectorization Interface > IVectorization.Snap Method
ArcGIS Developer Help

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