<Code Lib>
2024 Method
Changes 0
M

FamilySizeTableManager.ImportSizeTable

Description:
Imports a FamilySizeTable from a CSV file.

public bool ImportSizeTable(
	Document document,
	string filePath,
	FamilySizeTableErrorInfo errorInfo
)

Return Value bool True if successful, false otherwise.

Loading…