| Revit Preview Release API |
| FamilySizeTableColumn..::..DisplayUnitType Property |
| FamilySizeTableColumn Class See Also |
The Display unit type of the column.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2014
Syntax
| C# |
|---|
public DisplayUnitType DisplayUnitType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property DisplayUnitType As DisplayUnitType Get |
| Visual C++ |
|---|
public: property DisplayUnitType DisplayUnitType { DisplayUnitType get (); } |