2027 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 Boolean True if successful, false otherwise..