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


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

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