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


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

IVectorizationBatchProperties2.VectorizationNoiseLevel Property

Vectorization noise level.

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

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Remarks

This property controls whether the short lines will be ignored during vectorization.

When its value is low, short lines will be generated. When its value is high, short lines will be ignored after vectorization.

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

See Also

IVectorizationBatchProperties2 Interface