2021 Class
Changes 8
C

FamilySizeTableColumn

Description:
Contains column information for a FamilySizeTable.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.FamilySizeTableColumn
public class FamilySizeTableColumn : IDisposable
Name Return Type Description
M Dispose() None Releases all resources used by the
M GetSpecTypeId() ForgeTypeId Gets the identifier of the spec describing values in the column.
M GetUnitTypeId() ForgeTypeId Gets the identifier of the unit quantifying values in the column.
Name Return Type Description
P DisplayUnitType DisplayUnitType The display unit type of the column.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P Name string The column name.
P UnitType UnitType The unit type of the column.