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


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

IVectorization2 Interface

Provides access to members that control the behavior of the vectorization tools.

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Members

Name Description
Method ComputeDistance Compute distance from fromPt to toPt.
Method QueryLineWidth Generates the line width at the given point in raster pixels.
Method QuerySolidDiameter Generates the solid diameter at the given point in raster pixels.
Read-only property SettingsDialog The settings dialog.
Read-only property SettingsDialog2 The settings dialog.
Method ShapeRecognition Generates a geometry for the given fromPt.
Read/write property ShowPreview Indicates whether to display a preview of the vectorization on the map.
Method Snap Snaps the input point to the target raster.
Method Trace Generates a geometry from the given fromPt to the next intersection.
Method Trace2 Generates a geometry from the given fromPt to the next intersection.
Method TraceBetweenPoints Generates a geometry from the given fromPt to the given toPt.
Method Vectorize Find the geometries in the target raster.

Inherited Interfaces

Interfaces Description
IVectorization Provides access to members that control the behavior of the vectorization tools.

Classes that implement IVectorization2

Classes Description
Vectorization The Vectorization ArcMap Extension.