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

TableView.GetAvailableParameterCategories

Method
Description:
Get all available parameter categories.
Syntax
Parameters
Parameter Type Description
sectionType SectionType The section the row lies in.
row Int32 The row.
Return Value
Type Description
IList The available parameter categories.
Exceptions
Exception Condition
ArgumentException The sectionType is not a valid type for this view.
ArgumentOutOfRangeException The given row number row is invalid. -or- A value passed for an enumeration argument is not a member of that enumeration