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


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

IVectorizationBatchProperties.UseGapClosure Property

Indicates if vectorization will use gap closure.

[Visual Basic .NET]
Public Property UseGapClosure As Boolean
[C#]
public bool UseGapClosure {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Description

This property relates to the Gap Closure Tolerance checkbox on the Vectorization Settings dialog.

Remarks

If this value is true gaps will be jumped during vectorization. The distance a gap will be jumped is set by the value of IVectorizationBatchProperties::GapClosure.

See Also

IVectorizationBatchProperties Interface