ArcObjects Library Reference (ArcScan)  

IVectorizationBatchProperties2.ShortClosureDashLength Property

Length of short closure dash.

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

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Remarks

This property determines whether the dash line will be considered as raster line or solid when jumping gaps.

Its value is a ratio between raster line' length and width. The value range for this parameter is from 0.0 to 20.0.

See Also

IVectorizationBatchProperties2 Interface