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


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

IVectorizationBatchProperties Interface

Provides access to members that control the behavior of the batch vectorization environment. Note: the IVectorizationBatchProperties interface has been superseded by IVectorizationBatchProperties2. Please consider using the more recent version.

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Description

The properties on this interface represent the values and settings on the Vectorization Settings dialog.

Members

Name Description
Read/write property Compression Indicates how much compression to apply to vectorization.
Read/write property GapClosure Controls the gap closure tolerance.
Read/write property GapFanAngle Controls the gap closure fan angle.
Read/write property IntersectionSolution The type of intersection solution to be used.
Read/write property MaxHoleLength Length of holes to ignore, measured in raster pixels.
Read/write property MaxLineWidth Indicates the maximum width of a line to be considered for vectorization.
Read/write property PolygonPointLimit Indicates how many points will be allowed for polygons before converting to a polyline.
Read/write property Smoothing Indicates how much smoothing to apply to vectorization.
Read/write property Type The type of vectorization to be used.
Read/write property UseCompression Indicates if vectorization will use compression.
Read/write property UseGapClosure Indicates if vectorization will use gap closure.
Read/write property UsePolygonPointLimit Indicates if vectorization will use polygon point limit.
Read/write property UseSmoothing Indicates if vectorization will use smoothing.

Classes that implement IVectorizationBatchProperties

Classes Description
Vectorization The Vectorization ArcMap Extension.