ArcObjects Library Reference (ArcScan)  

IVectorizationBatchProperties.MaxHoleLength Property

Length of holes to ignore, measured in raster pixels.

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

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Description

This property relates to the Hole Size textbox on the Vectorization Settings dialog and is only used during raster snapping and raster tracing.

Remarks

The value range for this parameter is from 0.0 to 70.71. The value is in pixels.

See Also

IVectorizationBatchProperties Interface