|
|
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
| Visual Basic |
|---|
Public Sub TestsRemove ( _ test As ClashTest _ ) |
| C# |
|---|
public void TestsRemove( ClashTest test ) |
| Visual C++ |
|---|
public: void TestsRemove( ClashTest^ test ) |
Parameters
- test
- Type: Autodesk.Navisworks.Api.Clash..::..ClashTest
The test to remove.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | The test is not in the document part. |