EntityCollectionAdd Method
|
Adds an
entity to the collection.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public void Add(
EntityObject item
)
Public Sub Add (
item As EntityObject
)
public:
void Add(
EntityObject^ item
)
member Add :
item : EntityObject -> unit
METHOD Add(
item AS EntityObject
) AS VOID
Parameters
- item
- Type: DXFReaderNET.EntitiesEntityObject
The entity to add to the collection.
See Also