Class IfcCollection2DT

IfcCollection2D<T> class

IfcCollection2D

public class IfcCollection2D<T> : IfcCollection<IfcCollection<T>>

Constructors

NameDescription
IfcCollection2D(Type)Initializes a new instance of the class.

Properties

NameDescription
Count { get; }
Item { get; set; }
TypeOfT { get; }Gets or sets the type of t.

Methods

NameDescription
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