Share

PanelScheduleView.GetCombinedParamValue Method

Returns the combined parameter text for instance view


Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public string GetCombinedParamValue(
	SectionType sectionType,
	int nRow,
	int nCol
)

Parameters

sectionType  SectionType
Section type
nRow  Int32
Row Number
nCol  Int32
Column Number

Return Value

String
The combined parameter text

Exceptions

ExceptionCondition
ArgumentOutOfRangeException The given row number nRow is invalid. -or- The given column number nCol is invalid. -or- A value passed for an enumeration argument is not a member of that enumeration

See Also

Reference

Was this information helpful?