FamilySizeTableManager
Manages importing, exporting, and querying size data through the FamilySizeTable class.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.FamilySizeTableManager
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class FamilySizeTableManager : IDisposableThe FamilySizeTableManager type exposes the following members.
Properties
Name
Description
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public Property
NumberOfSizeTables
The number of FamilySizeTables in a family.
Methods
Name
Description
Public Method
Static Member
CreateFamilySizeTableManager
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 Method
Dispose
Releases all resources used by the FamilySizeTableManager
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
ExportSizeTable
Exports the size table to aCSV file.
Public Method
GetAllSizeTableNames
Get the FamilySizeTable names in a family.
Public Method
Static Member
GetFamilySizeTableManager
Gets a FamilySizeTableManager from a Family
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetSizeTable
Get a FamilySizeTable by name.
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
HasSizeTable
Checks if a FamilySizeTable of a given name exists.
Public Method
ImportSizeTable
Imports a FamilySizeTable from a CSV file.
Public Method
RemoveSizeTable
Removes the FamilySizeTable of a given name.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)