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; }
Public Property Entities As EntityCollection
Get
Set
public:
property EntityCollection^ Entities {
EntityCollection^ get ();
void set (EntityCollection^ value);
}
member Entities : EntityCollection with get, set
PROPERTY Entities AS EntityCollection GET SET
Property Value
Type:
EntityCollectionRemarks Null entities, attribute definitions or entities already owned by another block or document cannot be added to the list.
See Also