ArcObjects Library Reference (ArcScan)  

IVectorizationBatchProperties.GapFanAngle Property

Controls the gap closure fan angle.

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

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Description

This property relates to the Fan Angle textbox on the Vectorization Settings dialog.

Remarks

Gap Fan Angle is the relative angle that the vectorizer will look for the next end when jumping gaps. The value range for this parameter is from 0.0 to 180.0. The value is in degrees.

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

See Also

IVectorizationBatchProperties Interface