<Code Lib>
2025.3 Method
Changes 0
M

PanelScheduleView.GetCombinedParamValue

Description:
Returns the combined parameter text for instance view

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

  • sectionType
    Section type
  • Int32
    nRow
    Row Number
  • Int32
    nCol
    Column Number
Return Value String The combined parameter text

  • 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

Loading…