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


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

IVectorizationBatchProperties2.GeometricLineRecognitionGeometrization Property

Geometrization level for geometric line recognition.

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

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Remarks

This property is the tolerance for Geometrical Line Recognition.

The less its value is, the more chances that the fragments of the line can be recognized as lines, arcs or circles.

The value range for this parameter is from 0.0 to 1.0.

See Also

IVectorizationBatchProperties2 Interface