Click or drag to resize

BlockEntities Property

Gets the entity list of the block.

Namespace:  DXFReaderNET.Blocks
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public EntityCollection Entities { get; set; }

Property Value

Type: EntityCollection
Remarks
Null entities, attribute definitions or entities already owned by another block or document cannot be added to the list.
See Also