ACadSharp.Tables.LineType - DomCR/ACadSharp GitHub Wiki
Represents a entry.
Object name
Dxf class name
Namespace: ACadSharp.Tables
C#
DxfNameAttribute
DxfSubClassAttribute
public class LineType
Returns | Name | Summary |
---|---|---|
Char |
Alignment | Alignment code. |
String |
Description | Descriptive text for line type. |
String |
ObjectName | |
ObjectType |
ObjectType | |
Double |
PatternLen | Total pattern length. |
IEnumerable<Segment> |
Segments | LineType Segments |
String |
SubclassMarker |
Returns | Name | Summary |
---|---|---|
Void |
AddSegment(ACadSharp.Tables.LineType.Segment) | Add a segment to this line type. |
CadObject |
Clone |