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


IVectorizationBatchProperties2.GeometricLineRecognitionNoiseLevel Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (ArcScan)  

IVectorizationBatchProperties2.GeometricLineRecognitionNoiseLevel Property

Noise level for geometric line recognition.

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

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Remarks

This property relates to the fragmentation of source lines during Geometrical Line Recognition. The less its value is, the more fragments may be found.

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

See Also

IVectorizationBatchProperties2 Interface