C# Класс RevitLookup.Utils.Selection

Показать файл Открыть проект

Открытые методы

Метод Описание
FilterToCategory ( BuiltInCategory filterForCategoryEnum, bool includeSymbols, Document doc ) : ICollection

Given an Enumerable set of Elements, walk through them and filter out the ones of a specific category.

FilterToCategory ( ICollection set, BuiltInCategory filterForCategoryEnum, bool includeSymbols, Document doc ) : ICollection

Given an Enumerable set of Elements, walk through them and filter out the ones of a specific category.

Описание методов

FilterToCategory() публичный статический Метод

Given an Enumerable set of Elements, walk through them and filter out the ones of a specific category.
public static FilterToCategory ( BuiltInCategory filterForCategoryEnum, bool includeSymbols, Document doc ) : ICollection
filterForCategoryEnum BuiltInCategory The BuiltInCategory enum to filter for
includeSymbols bool
doc Document The current Document object
Результат ICollection

FilterToCategory() публичный статический Метод

Given an Enumerable set of Elements, walk through them and filter out the ones of a specific category.
public static FilterToCategory ( ICollection set, BuiltInCategory filterForCategoryEnum, bool includeSymbols, Document doc ) : ICollection
set ICollection The unfiltered set
filterForCategoryEnum BuiltInCategory The BuiltInCategory enum to filter for
includeSymbols bool
doc Document The current Document object
Результат ICollection