FamilySizeTableManager
Description:
Manages importing, exporting, and querying size data through the FamilySizeTable class.
Manages importing, exporting, and querying size data through the FamilySizeTable class.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.FamilySizeTableManager
System.Object
Autodesk.Revit.DB.FamilySizeTableManager
public class FamilySizeTableManager : IDisposable
| Name | Return Type | Description |
|---|---|---|
| CreateFamilySizeTableManager(Document, ElementId) | bool | 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() | None | Releases all resources used by the |
| ExportSizeTable(String, String) | bool | Exports the size table to aCSV file. |
| GetAllSizeTableNames() | IList<string> | Get the FamilySizeTable names in a family. |
| GetFamilySizeTableManager(Document, ElementId) | FamilySizeTableManager | Gets a FamilySizeTableManager from a Family |
| GetSizeTable(String) | FamilySizeTable | Get a FamilySizeTable by name. |
| HasSizeTable(String) | bool | Checks if a FamilySizeTable of a given name exists. |
| ImportSizeTable(Document, String, FamilySizeTableErrorInfo) | bool | Imports a FamilySizeTable from a CSV file. |
| RemoveSizeTable(String) | bool | Removes the FamilySizeTable of a given name. |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| NumberOfSizeTables | int | The number of FamilySizeTables in a family. |