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