FamilySizeTableManager Class

Manages importing, exporting, and querying size data through the FamilySizeTable class.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBFamilySizeTableManager

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class FamilySizeTableManager : IDisposable

The FamilySizeTableManager type exposes the following members.

Properties
 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyNumberOfSizeTables The number of FamilySizeTables in a family.
Top
Methods
 NameDescription
Public methodStatic memberCreateFamilySizeTableManager Adds FamilySizeTableManager to a Family. A FamilySizeTableManager and FamilySizeTables are only needed when importing, exporting, or removing size data previously stored in CSV files.
Public methodDisposeReleases all resources used by the FamilySizeTableManager
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExportSizeTable Exports the size table to aCSV file.
Public methodGetAllSizeTableNames Get the FamilySizeTable names in a family.
Public methodStatic memberGetFamilySizeTableManager Gets a FamilySizeTableManager from a Family
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetSizeTable Get a FamilySizeTable by name.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodHasSizeTable Checks if a FamilySizeTable of a given name exists.
Public methodImportSizeTable Imports a FamilySizeTable from a CSV file.
Public methodRemoveSizeTable Removes the FamilySizeTable of a given name.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also