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


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

IVectorizationBatchProperties2.ShapeRecognitionNoiseLevel Property

Noise level for the recognition of geometric primitives.

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

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Remarks

This property controls whether the original shape of the solid will be maintained during shape recognition.

The lower the noise level is, the more chances that the original shape will be maintained are. However, when the noise lever is low, the original shape of the solid has to be very close to square, rectangle, circle, ellipse, or orthogonal figure, otherwise, the geometrical shape cannot be found.

The value range for this parameter is from 0.0 to 1.0

See Also

IVectorizationBatchProperties2 Interface