FamilySizeTableManager Members


The FamilySizeTableManager type exposes the following members.

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 a hash function for a particular type.
(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 .)

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.

See Also