2024 Members
Changes 4
M

FamilySizeTableManager

Name Return Type Description Inherited From
M 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.
M Dispose() None Releases all resources used by the FamilySizeTableManager
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M ExportSizeTable(String, String) bool Exports the size table to aCSV file.
M GetAllSizeTableNames() IList<string> Get the FamilySizeTable names in a family.
M GetFamilySizeTableManager(Document, ElementId) FamilySizeTableManager Gets a FamilySizeTableManager from a Family
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetSizeTable(String) FamilySizeTable Get a FamilySizeTable by name.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M HasSizeTable(String) bool Checks if a FamilySizeTable of a given name exists.
M ImportSizeTable(Document, String, FamilySizeTableErrorInfo) bool Imports a FamilySizeTable from a CSV file.
M RemoveSizeTable(String) bool Removes the FamilySizeTable of a given name.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P NumberOfSizeTables int The number of FamilySizeTables in a family.