Linetype Class |
Namespace: DXFReaderNET.Tables
The Linetype type exposes the following members.
Name | Description | |
---|---|---|
Linetype(String) |
Initializes a new instance of the Linetype class.
| |
Linetype(String, IEnumerableDouble) |
Initializes a new instance of the Linetype class.
| |
Linetype(String, String) |
Initializes a new instance of the Linetype class.
| |
Linetype(String, IEnumerableDouble, String, Double) | Initializes a new instance of the Linetype class |
Name | Description | |
---|---|---|
ByBlock |
Gets the ByBlock line type.
| |
ByLayer |
Gets the ByLayer line type.
| |
Center |
Gets a predefined center line.
| |
CodeName |
Gets the dxf entity type string.
(Inherited from DxfObject.) | |
Continuous |
Gets the predefined continuous line.
| |
DashDot |
Gets a predefined dash dot line.
| |
Dashed |
Gets a predefined dashed line
| |
Description |
Gets or sets the line type description (optional).
| |
Dot |
Gets a predefined dot line
| |
Handle |
Gets the handle assigned to the dxf object.
(Inherited from DxfObject.) | |
IsReserved |
Gets if the table object is reserved and cannot be deleted.
(Inherited from TableObject.) | |
Name |
Gets the name of the table object.
(Inherited from TableObject.) | |
NumberOfElements |
The number of linetype elements
| |
Owner |
Gets the owner of the actual dxf object.
| |
Scale |
Gets the scale of line type.
| |
Segments |
Gets or sets the list of line type segments.
| |
StandardFlag |
Standard flag values (bit-coded values):
16 = If set, table entry is externally dependent on an xref
32 = If both this bit and bit 16 are set, the externally dependent xref has been successfully resolved
64 = If set, the table entry was referenced by at least one entity in the drawing the last time the
was edited.
| |
TotalPatternLenght |
Total pattern length
|
Name | Description | |
---|---|---|
Clone |
Creates a new Linetype that is a copy of the current instance.
(Overrides TableObjectClone.) | |
Clone(String) |
Creates a new Linetype that is a copy of the current instance.
(Overrides TableObjectClone(String).) | |
CompareTo(Object) |
Compares the current TableObject with another TableObject of the same type.
(Inherited from TableObject.) | |
CompareTo(TableObject) |
Compares the current TableObject with another TableObject of the same type.
(Inherited from TableObject.) | |
Equals(Object) |
Check if two TableObject are equal.
(Inherited from TableObject.) | |
Equals(TableObject) |
Check if two TableObject are equal.
(Inherited from TableObject.) | |
FromFile |
Creates a new line type from the definition in a .lin file.
| |
GetHashCode |
Returns the hash code for this instance.
(Inherited from TableObject.) | |
Length |
Gets the total length of the line type.
| |
ToString |
Converts the value of this instance to its equivalent string representation.
(Inherited from TableObject.) |
Name | Description | |
---|---|---|
ByBlockName |
ByBlock line type name.
| |
ByLayerName |
ByLayer line type name.
| |
DefaultName |
Default line type name.
|