Revit 2018 API |
PanelScheduleTemplate..::..SetTableData Method |
PanelScheduleTemplate Class See Also |
Assigns table data to this template
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
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 |