RVTDocs.com

PanelScheduleView.GetCombinedParamValue

Method
Description:
Returns the combined parameter text for instance view
Syntax
public string GetCombinedParamValue(
	SectionType sectionType,
	int nRow,
	int nCol
)
Parameters
Parameter Type Description
sectionType SectionType Section type
nRow Int32 Row Number
nCol Int32 Column Number
Return Value
Type Description
String The combined parameter text
Exceptions
Exception Condition
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