This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > ArcScan > ESRI.ArcGIS.ArcScan > Interfaces > IV > IVectorizationBatchProperties Interface > IVectorizationBatchProperties.UseGapClosure Property (ArcObjects .NET 10.5 SDK) |
Indicates if vectorization will use gap closure.
[Visual Basic .NET] Public Property UseGapClosure As Boolean
[C#] public bool UseGapClosure {get; set;}
This property relates to the Gap Closure Tolerance checkbox on the Vectorization Settings dialog.
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.