|
|
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
| Visual Basic |
|---|
Public Sub TestsRemoveAt ( _ parent As GroupItem, _ index As Integer _ ) |
| C# |
|---|
public void TestsRemoveAt( GroupItem parent, int index ) |
| Visual C++ |
|---|
public: void TestsRemoveAt( GroupItem^ parent, int index ) |
Parameters
- parent
- Type: Autodesk.Navisworks.Api..::..GroupItem
The GroupItem in the document part currently containing the item to remove.
- index
- Type: System..::..Int32
The index at which find the item to remove.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | The specified parent item is not in the document part. |
| System..::..ArgumentOutOfRangeException | The index is out of range for the collection. |