Revit 2020.1 API |
ViewSchedule..::..GetTableData Method |
ViewSchedule Class See Also |
Gets the writable table data object.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2014
Syntax
C# |
---|
public TableData GetTableData() |
Visual Basic |
---|
Public Function GetTableData As TableData |
Visual C++ |
---|
public: TableData^ GetTableData() |