ArcObjects Library Reference (ArcScan)  

IVectorizationBatchProperties2.ShapeRecognitionMinOblateness Property

Minimum oblateness for the recognition of geometric primitives.

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

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Remarks

This property determines the shape that can be recognized.

Oblateness is defined as a ratio between the maximal dimension and minimal dimension of the shape. When the oblateness of the shape is less than ShapeRecognitionMinOblateness, ellipse will be recognized as circle and rectangle will be recognized as square.

The minimum of this parameter is 1.0.

See Also

IVectorizationBatchProperties2 Interface