Gets a list of valid parameters for the specified category that can be used in the table view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static IList<ElementId> GetAvailableParameters( Document cda, ElementId categoryId )
Parameters
Return Value
IList<ElementId>The IDs of all valid parameters.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |