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


IVectorizationBatchProperties2.IgnoreHoles 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.IgnoreHoles Property
ArcGIS Developer Help

IVectorizationBatchProperties2.IgnoreHoles Property

Indicates the type of holes to be ignored.

[Visual Basic .NET]
Public Property IgnoreHoles As esriIgnoreHoles
[C#]
public esriIgnoreHoles IgnoreHoles {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Remarks

Use this property to set the type of holes to be ignored.

See Also

IVectorizationBatchProperties2 Interface