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 | Inherited From |
|---|---|---|---|
| CreateFamilySizeTableManager(Document, ElementId) | Boolean | 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 FamilySizeTableManager | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| ExportSizeTable(String, String) | Boolean | 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 | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetSizeTable(String) | FamilySizeTable | Get a FamilySizeTable by name. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| HasSizeTable(String) | Boolean | Checks if a FamilySizeTable of a given name exists. | |
| ImportSizeTable(Document, String, FamilySizeTableErrorInfo) | Boolean | Imports a FamilySizeTable from a CSV file. | |
| RemoveSizeTable(String) | Boolean | Removes the FamilySizeTable of a given name. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| NumberOfSizeTables | int | The number of FamilySizeTables in a family. |