This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > ArcScan > ESRI.ArcGIS.ArcScan > Interfaces > IV > IVectorization Interface > IVectorization.Snap Method (ArcObjects .NET 10.5 SDK) |
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 );