Method | Description | |
---|---|---|
FilterData ( Autodesk doc, ICollection |
Create sample custom FilterData with specified categories and FilterRuleBuilder
|
|
FilterData ( Autodesk doc, ICollection |
Create sample custom FilterData with specified category id and FilterRuleBuilder
|
|
GetCategoryIds ( ) : IList |
Get BuiltInCategory Ids of filter
|
|
SetNewCategories ( ICollection |
Set new categories, this method will possibly update existing criteria If someone parameter of criteria cannot be supported by new categories, the old criteria will be cleaned and set to empty |
public FilterData ( Autodesk doc, ICollection |
||
doc | Autodesk | Revit active document. |
categories | ICollection |
BuilInCategories of filter. |
filterRules | ICollection |
FilterRuleBuilder set of filter. |
return | System |
public FilterData ( Autodesk doc, ICollection |
||
doc | Autodesk | Revit active document. |
categories | ICollection |
BuilInCategory ids of filter. |
filterRules | ICollection |
FilterRuleBuilder set of filter. |
return | System |
public SetNewCategories ( ICollection |
||
newCatIds | ICollection |
New categories for current filter. |
return | bool |