Share

TableView.GetAvailableParameterCategories Method

Get all available parameter categories.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public IList<ElementId> GetAvailableParameterCategories(
	SectionType sectionType,
	int row
)

Parameters

sectionType  SectionType
The section the row lies in.
row  Int32
The row.

Return Value

IList<ElementId>
The available parameter categories.

Exceptions

ExceptionCondition
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

See Also

Reference

Was this information helpful?