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