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


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

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