Gets a FamilySizeTableManager from a Family
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static FamilySizeTableManager GetFamilySizeTableManager( Document document, ElementId familyId )
Parameters
- document Document
- Family owned document or a project document
- familyId ElementId
- ElementId of the Family.
Return Value
FamilySizeTableManagerThe FamilySizeTableManager of the Family.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |