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


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

IVectorizationBatchProperties2.ShapeRecognitionMaxOblateness Property

Maximum oblateness for the recognition of geometric primitives.

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

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Remarks

This property determines whether the shape 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 more than ShapeRecognitionMaxOblateness, the shape can not be recognized.

The minimum of this parameter is 1.0.

See Also

IVectorizationBatchProperties2 Interface