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


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

IVectorizationBatchProperties2.ShapeRecognitionMinSideDimension Property

Minimum length of side for orthogonal shapes primitives.

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

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Remarks

This property defines the minimum side of orthogonal shape that can be recognized. If the minimal length of the orthogonal shape is less than ShapeRecognitionMinSideDimension , the shape can not be recognized.

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

See Also

IVectorizationBatchProperties2 Interface