ArcObjects Library Reference (ArcScan)  

IVectorizationBatchProperties Interface

Provides access to members that control the behavior of the batch vectorization environment. Note: the IVectorizationBatchProperties interface has been superseded byIVectorizationBatchProperties2. 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

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.

CoClasses that implement IVectorizationBatchProperties

CoClasses and Classes Description
Vectorization The Vectorization ArcMap Extension.