If true, Main Units will be used. If false, Sub Units will be used.
Default value of WorkingUnits is true.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2021.1
Syntax
| C# |
|---|
public bool WorkingUnits { get; set; } |
| Visual Basic |
|---|
Public Property WorkingUnits As Boolean Get Set |
| Visual C++ |
|---|
public: property bool WorkingUnits { bool get (); void set (bool value); } |