ArcObjects Library Reference (ArcScan)  

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