Gets a list of valid parameters for the specified category that can be used in the table view.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IList<ElementId> GetAvailableParameters(
Document cda,
ElementId categoryId
)
Parameters
- cda Document
-
The document.
- categoryId ElementId
-
The specified element category id.
Return Value
IList<ElementId>
The IDs of all valid parameters.
Exceptions
See Also
Reference