Sets the Load Classifications associated with this panel schedule
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
C# |
---|
public void SetLoadClassifications( IList<ElementId> loadClassificaions ) |
Visual Basic |
---|
Public Sub SetLoadClassifications ( _ loadClassificaions As IList(Of ElementId) _ ) |
Visual C++ |
---|
public: void SetLoadClassifications( IList<ElementId^>^ loadClassificaions ) |
Parameters
- loadClassificaions
- Type: System.Collections.Generic..::..IList<(Of <(<'ElementId>)>)>
The load classifications to assign
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |