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


IVectorizationBatchProperties2.MaxHoleArea Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcScan > ESRI.ArcGIS.ArcScan > Interfaces > IV > IVectorizationBatchProperties2 Interface > IVectorizationBatchProperties2.MaxHoleArea Property
ArcGIS Developer Help

IVectorizationBatchProperties2.MaxHoleArea Property

Maximum area of holes.

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

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Remarks

This property sets the maximal area of holes.

The value range for this parameter is from 0 to 2500. The value is in pixels.

See Also

IVectorizationBatchProperties2 Interface