Revit 2026 API
Family |
Exports the size table to aCSV file.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool ExportSizeTable( string tableName, string filePath )
Public Function ExportSizeTable ( tableName As String, filePath As String ) As Boolean
public: bool ExportSizeTable( String^ tableName, String^ filePath )
member ExportSizeTable : tableName : string * filePath : string -> bool
Parameters
- tableName String
- The bool name to export.
- filePath String
- The CSV file to export to.
Return Value
BooleanTrue if successful, false otherwise..
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also