Exports the size table to aCSV file.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool ExportSizeTable(
string tableName,
string filePath
)
Parameters
- tableName String
-
The bool name to export.
- filePath String
-
The CSV file to export to.
Return Value
Boolean
True if successful, false otherwise..
Exceptions
See Also
Reference