|
|
The status of the test.
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
| Visual Basic |
|---|
Public Property Status As ClashTestStatus Get Set |
| C# |
|---|
public ClashTestStatus Status { get; set; } |
| Visual C++ |
|---|
public: property ClashTestStatus Status { ClashTestStatus get (); void set (ClashTestStatus value); } |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |