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


IVectorizationBatchProperties.Smoothing Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcScan > ESRI.ArcGIS.ArcScan > Interfaces > IV > IVectorizationBatchProperties Interface > IVectorizationBatchProperties.Smoothing Property
ArcGIS Developer Help

IVectorizationBatchProperties.Smoothing Property

Indicates how much smoothing to apply to vectorization.

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

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Description

This property relates to the Smoothing Weight textbox on the Vectorization Settings dialog.

Remarks

Smoothing is a generalization process to smooth the resulting polylines or polygon boundaries after vectorization. The value is a 'weighting' factor used internally. Higher values results in smoother features. The value range for this parameter is from 0.1 to 50.0.

The corresponding property IVectorizationBatchProperties::UseSmoothing must be set to true for this value to be used.

See Also

IVectorizationBatchProperties Interface