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