RVTDocs.com

FamilySizeTableManager.ExportSizeTable

Method
Description:
Exports the size table to aCSV file.
Syntax
public bool ExportSizeTable(
	string tableName,
	string filePath
)
Parameters
Parameter Type Description
tableName String The bool name to export.
filePath String The CSV file to export to.
Return Value
Type Description
Boolean True if successful, false otherwise..
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null