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.
Syntax
public enum FamilySizeTableErrorType
Unknown Namespace Members:
Name | Description |
---|---|
Undefined | Undefined error. |
FileNotFound | The FamilySize Table CSV file was not found. |
CannotOpenFile | Failed to open the FamilySizeTable CSV file. |
CannotReadFile | Failed to read the FamilySizeTable CSV file. |
InvalidHeaderSeparator | The CSV file header separator is not invalid. Valid header separators are comma(,), semicolon(;), colon(:), and pipe (|). |
CannotParseColumnHeader | Failed to parse the column header of the FamilySizeTable CSV file. |
IncorrectNumberOfColumns | The number of columns in the header row of the FamilySizeTable CSV file is different than the number of columns of data. |