public class IfcCollection2D<T> extends IfcCollection<IfcCollection<T>>
| Constructor and Description |
|---|
IfcCollection2D(Class<?> typeOfT) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
tryAddItemAsObject(Object item)
Tries to add item as object.
|
add, contains, firstOrDefault, firstOrDefault, get_Item, getCount, iterator, ofType, select, set_Item, toList, where, whereOfTypegetTypeOfTequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic IfcCollection2D(Class<?> typeOfT)
public boolean tryAddItemAsObject(Object item)
IfcCollectionTries to add item as object. Returns true when if operation was success
tryAddItemAsObject in class IfcCollection<IfcCollection<T>>Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.