Namespace:
Autodesk.Revit.DB
FamilySizeTableManager
Class
Description:
Manages importing, exporting, and querying size data through the FamilySizeTable class.
Manages importing, exporting, and querying size data through the FamilySizeTable class.
FamilySizeTableManager Class Members:
| Name | Description | Inherited From |
|---|---|---|
| IsValidObject | Specifies whether the .NET object represents a valid Revit entity. | |
| NumberOfSizeTables | The number of FamilySizeTables in a family. |
| Name | Description | Inherited From |
|---|---|---|
| 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. | |
| Dispose | Releases all resources used by the FamilySizeTableManager | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| ExportSizeTable | Exports the size table to aCSV file. | |
| GetAllSizeTableNames | Get the FamilySizeTable names in a family. | |
| GetFamilySizeTableManager | Gets a FamilySizeTableManager from a Family | |
| GetHashCode | Serves as the default hash function. (Inherited from Object ) | Object |
| GetSizeTable | Get a FamilySizeTable by name. | |
| GetType | Gets the Type of the current instance. (Inherited from Object ) | Object |
| HasSizeTable | Checks if a FamilySizeTable of a given name exists. | |
| ImportSizeTable | Imports a FamilySizeTable from a CSV file. | |
| RemoveSizeTable | Removes the FamilySizeTable of a given name. | |
| ToString | Returns a string that represents the current object. (Inherited from Object ) | Object |