Returns the filterable parameters common to the given categories.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2011
Syntax
| Visual Basic |
|---|
Public Shared Function GetFilterableParametersInCommon ( _
aDoc As Document, _
categories As ICollection(Of ElementId) _
) As ICollection(Of ElementId) |
| Visual C++ |
|---|
public:
static ICollection<ElementId^>^ GetFilterableParametersInCommon(
Document^ aDoc,
ICollection<ElementId^>^ categories
) |
Parameters
- aDoc
- Type: Autodesk.Revit.DB..::..Document
The document containing the categories and parameters to query.
- categories
- Type: System.Collections.Generic..::..ICollection<(Of <(<'ElementId>)>)>
The categories for which to determine the common parameters.
Return Value
The set of filterable parameters common to the given categories.
Remarks
Exceptions
See Also