Revit 2025 API
Family |
Adds FamilySizeTableManager to a Family.
A FamilySizeTableManager and FamilySizeTables are only needed when
importing, exporting, or removing size data previously stored in CSV files.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static bool CreateFamilySizeTableManager( Document document, ElementId familyId )
Public Shared Function CreateFamilySizeTableManager ( document As Document, familyId As ElementId ) As Boolean
public: static bool CreateFamilySizeTableManager( Document^ document, ElementId^ familyId )
static member CreateFamilySizeTableManager : document : Document * familyId : ElementId -> bool
Parameters
- document Document
- Family owned document or project document.
- familyId ElementId
- ElementId of the Family.
Return Value
BooleanTrue if successful, false otherwise.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also