FamilySizeTableManager.ImportSizeTable
Method
Description:
Imports a FamilySizeTable from a CSV file.
Imports a FamilySizeTable from a CSV file.
Syntax
public bool ImportSizeTable(
Document document,
string filePath,
FamilySizeTableErrorInfo errorInfo
)
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | Family owned document or project document. |
filePath | String | The CSV file path. |
errorInfo | FamilySizeTableErrorInfo | An error object to be written to if errors occur. |
Return Value
Type | Description |
---|---|
Boolean | True if successful, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |