ArcObjects Library Reference (ArcScan)  

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