<Code Lib>
2027 Method
Changes 0
M

PanelScheduleView.GetLoadClassificationDemandFactor

Description:
Gets the Demand Factor for given Load Classification

public string GetLoadClassificationDemandFactor(
	int nRow,
	int nCol
)

  • Int32
    nRow
    Row number of Load Summary Section
  • Int32
    nCol
    Column number of Load Summary Section
Return Value String The Demand Factor for the given Load Classification

  • The given row number nRow is invalid in Summary. -or- The given column number nCol is invalid in Summary.

Loading…