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
cfbdd29e 4590 babd 7608 941783a06d17
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
| AttributeDefinitions | Gets the entity list of the block. |
| CodeName | Gets the DXF object name. (Inherited from DxfObject) |
| Description | Gets or sets the block description. |
| Entities | Gets the entity list of the block. |
| Flags | Gets the block-type flags (bit-coded values, may be combined). |
| Handle | Gets the handle assigned to the DXF object. (Inherited from DxfObject) |
| IsForInternalUseOnly | All blocks that starts with "*" are for internal use only. |
| IsReserved | Gets if the table object is reserved and cannot be deleted. (Inherited from TableObject) |
| IsXRef | Gets if the block is an external reference. |
| Layer | Gets or sets the block layer. |
| ModelSpace | Gets the default *Model_Space block. |
| Name | Gets the name of the table object. |
| Origin | Gets or sets the block origin in world coordinates, it is recommended to always keep this value to the default Vector3.Zero. |
| Owner | Gets the owner of the actual DXF object. |
| PaperSpace | Gets the default *Paper_Space block. |
| Record | Gets the block record associated with this block. |
| XData | Gets the entity extended data. (Inherited from DxfObject) |
| XrefFile | Gets the external reference path name. |