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


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

IVectorizationBatchProperties2.GeometricLineRecognitionRoundness Property

Roundness level for geometric line recognition.

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

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Remarks

This property relates to the recognition of geometrical primitives (straight line and circular arc). The less its value is, the more straight lines and less arcs will be recognized.

The value range for this parameter is from 0.0 to 1.0

See Also

IVectorizationBatchProperties2 Interface