IfcCollection2DT

IfcCollection2D<T> class

IfcCollection2D

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

构造函数

姓名描述
IfcCollection2D(Type)初始化类的新实例。

特性

姓名描述
Count { get; }
Item { get; set; }
TypeOfT { get; }获取或设置t的类型。

方法

姓名描述
Add(IfcCollection<T>)
Contains(IfcCollection<T>)
FirstOrDefault()
FirstOrDefault(IfcPredicate<IfcCollection<T>>)
GetEnumerator()
Select<TOut>(IfcSelect<IfcCollection<T>, TOut>)
ToList()
override TryAddItemAsObject(object)尝试将添加项目作为对象。
Where(IfcPredicate<IfcCollection<T>>)

也可以看看