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 | ||
---|---|---|
Compression | Indicates how much compression to apply to vectorization. | |
GapClosure | Controls the gap closure tolerance. | |
GapFanAngle | Controls the gap closure fan angle. | |
IntersectionSolution | The type of intersection solution to be used. | |
MaxHoleLength | Length of holes to ignore, measured in raster pixels. | |
MaxLineWidth | Indicates the maximum width of a line to be considered for vectorization. | |
PolygonPointLimit | Indicates how many points will be allowed for polygons before converting to a polyline. | |
Smoothing | Indicates how much smoothing to apply to vectorization. | |
Type | The type of vectorization to be used. | |
UseCompression | Indicates if vectorization will use compression. | |
UseGapClosure | Indicates if vectorization will use gap closure. | |
UsePolygonPointLimit | Indicates if vectorization will use polygon point limit. | |
UseSmoothing | Indicates if vectorization will use smoothing. |
CoClasses that implement IVectorizationBatchProperties
CoClasses and Classes | Description |
---|---|
Vectorization | The Vectorization ArcMap Extension. |