IfcCollection1.Add
IfcCollection<T>.Add method
Adds the specified item.
public void Add(T item)
Parameter | Type | Description |
---|---|---|
item | T | The item. |
See Also
- class IfcCollection<T>
- namespace Aspose.CAD.FileFormats.Ifc
- assembly Aspose.CAD
Adds the specified item.
public void Add(T item)
Parameter | Type | Description |
---|---|---|
item | T | The item. |