Assigns table data to this template
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
| C# |
|---|
public void SetTableData( PanelScheduleData Data ) |
| Visual Basic |
|---|
Public Sub SetTableData ( _ Data As PanelScheduleData _ ) |
| Visual C++ |
|---|
public: void SetTableData( PanelScheduleData^ Data ) |
Parameters
- Data
- Type: Autodesk.Revit.DB.Electrical..::..PanelScheduleData
The panel schedule data
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |