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


IVectorizationBatchProperties.UseSmoothing 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.UseSmoothing Property
ArcGIS Developer Help

IVectorizationBatchProperties.UseSmoothing Property

Indicates if vectorization will use smoothing.

[Visual Basic .NET]
Public Property UseSmoothing As Boolean
[C#]
public bool UseSmoothing {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Description

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

Remarks

If this value is true, smoothing will be applied to the vectorized features according to the value of IVectorizationBatchProperties::Smoothing

See Also

IVectorizationBatchProperties Interface