Revit 2025 API
Family |
Exports the size table to aCSV file.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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
Return Value
BooleanTrue if successful, false otherwise..
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also