Revit 2025 API
Panel |
Sets the Load Classifications associated with this panel schedule
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void SetLoadClassifications( IList<ElementId> loadClassificaions )
Public Sub SetLoadClassifications ( loadClassificaions As IList(Of ElementId) )
public: void SetLoadClassifications( IList<ElementId^>^ loadClassificaions )
member SetLoadClassifications : loadClassificaions : IList<ElementId> -> unit
Parameters
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also