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 > IVectorizationBatchProperties Interface (ArcObjects .NET 10.5 SDK) |
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.
The properties on this interface represent the values and settings on the Vectorization Settings dialog.
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 and Classes | Description |
---|---|
Vectorization | The Vectorization ArcMap Extension. |