ArcObjects Library Reference (ArcScan)  

IVectorizationBatchProperties.GapClosure Property

Controls the gap closure tolerance.

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

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Description

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

Remarks

Gap closure is the distance in pixels that gaps will be jumped. The value range for this parameter is from 1.0 to 1000.0

The corresponding property IVectorizationBatchProperties::UseGapClosure must be set to true for this value to be used.

See Also

IVectorizationBatchProperties Interface