This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
7b06357e d324 c737 2229 1e1de42ca979
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
| ByBlock | Gets the ByBlock line type. |
| ByLayer | Gets the ByLayer line type. |
| Center | Gets a predefined center line. |
| CodeName | Gets the DXF object name. (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. |
| Dot | Gets a predefined dot line |
| Handle | Gets the handle assigned to the DXF object. (Inherited from DxfObject) |
| IsByBlock | Defines if the line type is defined by block. |
| IsByLayer | Defines if the line type is defined by layer. |
| 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) |
| Owner | Gets the owner of the actual DXF object. |
| Segments | Gets the list of line type segments. |
| XData | Gets the entity extended data. (Inherited from DxfObject) |