Class IfcCollection2DT
IfcCollection2D<T> class
IfcCollection2D
public class IfcCollection2D<T> : IfcCollection<IfcCollection<T>>
Constructors
Name | Description |
---|---|
IfcCollection2D(Type) | Initializes a new instance of the class. |
Properties
Name | Description |
---|---|
Count { get; } | |
Item { get; set; } | |
TypeOfT { get; } | Gets or sets the type of t. |
Methods
Name | Description |
---|---|
Add(IfcCollection<T>) | |
Contains(IfcCollection<T>) | |
FirstOrDefault() | |
FirstOrDefault(IfcPredicate<IfcCollection<T>>) | |
GetEnumerator() | |
Select<TOut>(IfcSelect<IfcCollection<T>, TOut>) | |
ToList() | |
override TryAddItemAsObject(object) | Tries the add item as object. |
Where(IfcPredicate<IfcCollection<T>>) |
See Also
- class IfcCollection<T>
- namespace Aspose.CAD.FileFormats.Ifc
- assembly Aspose.CAD