IfcCollection1.Where

IfcCollection<T>.Where method

Wheres the specified predicate.

public IfcCollection Where(IfcPredicate<T> predicate)
ParameterTypeDescription
predicateIfcPredicate`1The predicate.

See Also