FamilySizeTableManager.GetFamilySizeTableManager
Method
Description:
Gets a FamilySizeTableManager from a Family
Gets a FamilySizeTableManager from a Family
Syntax
public static FamilySizeTableManager GetFamilySizeTableManager(
Document document,
ElementId familyId
)
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | Family owned document or a project document |
familyId | ElementId | ElementId of the Family. |
Return Value
Type | Description |
---|---|
FamilySizeTableManager | The FamilySizeTableManager of the Family. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |