Revit 2025 API
Panel |
Gets the Demand Load for given Load Classification
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public string GetLoadClassificationDemandLoad( int nRow, int nCol )
Public Function GetLoadClassificationDemandLoad ( nRow As Integer, nCol As Integer ) As String
public: String^ GetLoadClassificationDemandLoad( int nRow, int nCol )
member GetLoadClassificationDemandLoad : nRow : int * nCol : int -> string
Parameters
Return Value
StringThe Demand Load for the Load Classification
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The given row number nRow is invalid in Summary. -or- The given column number nCol is invalid in Summary. |
See Also