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


IVectorizationBatchProperties2.ShortClosureDashLength Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcScan > ESRI.ArcGIS.ArcScan > Interfaces > IV > IVectorizationBatchProperties2 Interface > IVectorizationBatchProperties2.ShortClosureDashLength Property
ArcGIS Developer Help

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