|
|
Units
Namespace: Autodesk.Navisworks.Api.Takeoff
Assembly: Autodesk.Navisworks.Takeoff (in Autodesk.Navisworks.Takeoff.dll)
Syntax
| Visual Basic |
|---|
Public Property Units As TakeoffUnits Get Set |
| C# |
|---|
public TakeoffUnits Units { get; set; } |
| Visual C++ |
|---|
public: property TakeoffUnits Units { TakeoffUnits get (); void set (TakeoffUnits value); } |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Not supported if '!IsAbleToSetUnits' |
| System..::..NotSupportedException | Object is Read-Only |
| System..::..ArgumentException | The unit can not be set according to the corresponding unit group. |