FilteredElementCollector.OfCategory Method

FilteredElementCollectorOfCategory Method

Applies an ElementCategoryFilter to the collector.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public FilteredElementCollector OfCategory(
	BuiltInCategory category
)
Public Function OfCategory ( 
	category As BuiltInCategory
) As FilteredElementCollector
public:
FilteredElementCollector^ OfCategory(
	BuiltInCategory category
)
member OfCategory : 
        category : BuiltInCategory -> FilteredElementCollector 

Parameters

category  BuiltInCategory
The category.

Return Value

FilteredElementCollector
This collector.
Remarks
Only elements of this category id will pass the collector.
See Also