Namespace:
Autodesk.Revit.DB
FamilySizeTableErrorType
Enumeration
Description:
The set of errors that can be returned when importing a FamilySizeTable from a CSV file.
The set of errors that can be returned when importing a FamilySizeTable from a CSV file.
FamilySizeTableErrorType Enumeration Members:
Name | Description |
---|---|
0 | The FamilySize Table CSV file was not found. |
1 | Failed to open the FamilySizeTable CSV file. |
2 | Failed to read the FamilySizeTable CSV file. |
3 | The CSV file header separator is not invalid. Valid header separators are comma(,), semicolon(;), colon(:), and pipe (|). |
4 | Failed to parse the column header of the FamilySizeTable CSV file. |
5 | The number of columns in the header row of the FamilySizeTable CSV file is different than the number of columns of data. |
-1 | Undefined error. |