Click or drag to resize

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
)

Parameters

item
Type: DXFReaderNET.EntitiesEntityObject
The entity to add to the collection.
See Also