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