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


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

IVectorizationBatchProperties2.CornerNoiseLevel Property

Corner Noise level.

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

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Remarks

This property relates to the way that corner recognition algorithm works. The higher the corner noise level is, the fewer corners can be found.

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

See Also

IVectorizationBatchProperties2 Interface