|
|
Removes all ClashResults
from the given ClashTest.
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
| Visual Basic |
|---|
Public Sub TestsClearResults ( _ test As ClashTest _ ) |
| C# |
|---|
public void TestsClearResults( ClashTest test ) |
| Visual C++ |
|---|
public: void TestsClearResults( ClashTest^ test ) |
Parameters
- test
- Type: Autodesk.Navisworks.Api.Clash..::..ClashTest
The ClashTest to remove results from.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | Argument 'test' has been Disposed, or is not contained in this document part. |
| System..::..ArgumentNullException | Argument 'test' is null. |