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


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

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