ParameterFilterElementAllRuleParametersApplicable(Document, ICollectionElementId, ElementFilter) Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static bool AllRuleParametersApplicable(
Document aDocument,
ICollection<ElementId> categories,
ElementFilter elementFilter
)
Public Shared Function AllRuleParametersApplicable (
aDocument As Document,
categories As ICollection(Of ElementId),
elementFilter As ElementFilter
) As Boolean
public:
static bool AllRuleParametersApplicable(
Document^ aDocument,
ICollection<ElementId^>^ categories,
ElementFilter^ elementFilter
)
static member AllRuleParametersApplicable :
aDocument : Document *
categories : ICollection<ElementId> *
elementFilter : ElementFilter -> bool
Parameters
- aDocument Document
-
- categories ICollectionElementId
-
- elementFilter ElementFilter
-
Return Value
Boolean
See Also