public abstract class IfcCollectionA extends Object
IfcCollection represents a collection of IFC elements
| Constructor and Description |
|---|
IfcCollectionA(Class typeOfT)
Initializes a new instance of the class collection class.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
getTypeOfT()
Gets or sets the type of items in the collection.
|
abstract boolean |
tryAddItemAsObject(Object item) |
public IfcCollectionA(Class typeOfT)
Initializes a new instance of the class collection class.
typeOfT - The type of t.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.