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


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

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