HatchPatternLineDefinitionDashPattern Property
|
Gets he dash pattern of the line it is equivalent as the segments of a
Linetype.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public List<double> DashPattern { get; }
Public ReadOnly Property DashPattern As List(Of Double)
Get
public:
property List<double>^ DashPattern {
List<double>^ get ();
}
member DashPattern : List<float> with get
PROPERTY DashPattern AS List<REAL8> GET
Property Value
Type:
ListDoubleRemarks
Positive values means solid segments and negative values means spaces (one entry per element).
See Also