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


IVectorizationBatchProperties2.ShapeRecognitionMinDimension Property (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 > IVectorizationBatchProperties2.ShapeRecognitionMinDimension Property
ArcGIS Developer Help

IVectorizationBatchProperties2.ShapeRecognitionMinDimension Property

Minimum object dimension for the recognition of geometric primitives.

[Visual Basic .NET]
Public Property ShapeRecognitionMinDimension As Double
[C#]
public double ShapeRecognitionMinDimension {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Remarks

The geometrical shape will be recognized only if the dimension of the shape (the longest side of the rectangle or big axis of the ellipse) is larger than MinDimension.

The range value for this parameter is from 1.0 to 100.0. The value is in pixels.

See Also

IVectorizationBatchProperties2 Interface