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


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

IVectorizationBatchProperties2 Interface

Provides access to members that control the behavior of the batch vectorization environment.

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Members

Name Description
Read/write property Compression Indicates how much compression to apply to vectorization.
Read/write property CornerNoiseLevel Corner Noise level.
Read/write property FindCorners Indicates if lines should be split at corners.
Read/write property GapClosure Controls the gap closure tolerance.
Read/write property GapFanAngle Controls the gap closure fan angle.
Read/write property GeometricLineRecognitionGeometrization Geometrization level for geometric line recognition.
Read/write property GeometricLineRecognitionNoiseLevel Noise level for geometric line recognition.
Read/write property GeometricLineRecognitionRoundness Roundness level for geometric line recognition.
Read/write property IgnoreHoles Indicates the type of holes to be ignored.
Read/write property IntersectionSolution The type of intersection solution to be used.
Read/write property MaxCornerAngle Maximum corner angle.
Read/write property MaxFindConnectedCellsArea Maximum area for the 'find connected cells' tool.
Read/write property MaxFindConnectedCellsDiagonal Maximum diagonal for the 'find connected cells' tool.
Read/write property MaxHoleArea Maximum area of holes.
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 Measuring Measuring units.
Read/write property PolygonPointLimit Indicates how many points will be allowed for polygons before converting to a polyline.
Read/write property Resolution Resolution of raster.
Read/write property ShapeRecognitionMaxDimension Maximum object dimension for the recognition of geometric primitives.
Read/write property ShapeRecognitionMaxOblateness Maximum oblateness for the recognition of geometric primitives.
Read/write property ShapeRecognitionMinDimension Minimum object dimension for the recognition of geometric primitives.
Read/write property ShapeRecognitionMinOblateness Minimum oblateness for the recognition of geometric primitives.
Read/write property ShapeRecognitionMinSideDimension Minimum length of side for orthogonal shapes primitives.
Read/write property ShapeRecognitionNoiseLevel Noise level for the recognition of geometric primitives.
Read/write property ShapeRecognitionSearchFlags Indicates which types of geometric primitives should be searched.
Read/write property ShortClosureDashLength Length of short closure dash.
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 UseGeometricLineRecognition Indicates if geometric line recognition should be applied.
Read/write property UsePolygonPointLimit Indicates if vectorization will use polygon point limit.
Read/write property UseSmoothing Indicates if vectorization will use smoothing.
Read/write property VectorizationNoiseLevel Vectorization noise level.

Inherited Interfaces

Interfaces Description
IVectorizationBatchProperties Provides access to members that control the behavior of the batch vectorization environment.

Classes that implement IVectorizationBatchProperties2

Classes Description
Vectorization The Vectorization ArcMap Extension.