IfcCollection1.Select

IfcCollection<T>.Select<TOut> method

Selects the specified select.

public IfcCollection<TOut> Select<TOut>(IfcSelect<T, TOut> select)
ParameterTypeDescription
selectIfcSelect`2The select.

See Also