FilterCategoryRule Constructor |
Constructs a new instance of FilterCategoryRule.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic FilterCategoryRule(
ICollection<ElementId> categories
)
Public Sub New (
categories As ICollection(Of ElementId)
)
public:
FilterCategoryRule(
ICollection<ElementId^>^ categories
)
new :
categories : ICollection<ElementId> -> FilterCategoryRuleParameters
- categories ICollectionElementId
-
The set of categories.
Exceptions
See Also