RVTDocs.com

FamilySizeTableManager.CreateFamilySizeTableManager

Method
Description:
Adds FamilySizeTableManager to a Family. A FamilySizeTableManager and FamilySizeTables are only needed when importing, exporting, or removing size data previously stored in CSV files.
Syntax
public static bool CreateFamilySizeTableManager(
	Document document,
	ElementId familyId
)
Parameters
Parameter Type Description
document Document Family owned document or project document.
familyId ElementId ElementId of the Family.
Return Value
Type Description
Boolean True if successful, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null