RVTDocs.com
Namespace: Autodesk.Revit.DB Class: TableView

TableView.GetAvailableParameters

Method
Description:
Gets a list of valid parameters for the specified category that can be used in the table view.
Syntax
public static IList<ElementId> GetAvailableParameters(
	Document cda,
	ElementId categoryId
)
Parameters
Parameter Type Description
cda Document The document.
categoryId ElementId The specified element category id.
Return Value
Type Description
IList The IDs of all valid parameters.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null