C# 클래스 RevitLookup.Utils.Selection

파일 보기 프로젝트 열기: jeremytammik/RevitLookup

공개 메소드들

메소드 설명
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