|
![]() |
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
Visual Basic |
---|
Public Sub TestsAddCopy ( _ parent As GroupItem, _ item As SavedItem _ ) |
C# |
---|
public void TestsAddCopy( GroupItem parent, SavedItem item ) |
Visual C++ |
---|
public: void TestsAddCopy( GroupItem^ parent, SavedItem^ item ) |
Parameters
- parent
- Type: Autodesk.Navisworks.Api..::..GroupItem
The GroupItem contained in this document part to add to.
- item
- Type: Autodesk.Navisworks.Api..::..SavedItem
The SavedItem to add. Must be suitable for the location it is being added, e.g. ClashTests can only be added to Value.Tests but ClashResults can be added to ClashTests or ClashResultGroups.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | Argument 'item' has been Disposed. |
System..::..ArgumentNullException | Argument 'item' is null. |
System..::..ArgumentException | Argument 'test' contains an unsupported type of SavedItem. |