<Code Lib>
2024 Method
Changes 0
M

FamilySizeTableManager.ExportSizeTable

Description:
Exports the size table to aCSV file.

public bool ExportSizeTable(
	string tableName,
	string filePath
)

  • String
    tableName
    The bool name to export.
  • String
    filePath
    The CSV file to export to.
Return Value bool True if successful, false otherwise..

Loading…