Imports a FamilySizeTable from a CSV file.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool ImportSizeTable(
Document document,
string filePath,
FamilySizeTableErrorInfo errorInfo
)
Parameters
- 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
Boolean
True if successful, false otherwise.
Exceptions
See Also
Reference