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


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

IVectorizationBatchProperties.MaxLineWidth Property

Indicates the maximum width of a line to be considered for vectorization.

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

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Description

This property relates to the Maximum Line Width textbox on the Vectorization Settings dialog.

Remarks

The value range for this parameter is from 1.0 to 100.0. The value is in pixels.

See Also

IVectorizationBatchProperties Interface