2025 Method
Changes 0
M

FamilySizeTableManager.ExportSizeTable

Description:
Exports the size table to aCSV file.
public bool ExportSizeTable(
	string tableName,
	string filePath
)
  • tableName
    The bool name to export.
  • filePath
    The CSV file to export to.
Return Value Boolean True if successful, false otherwise..