|
|
Adds a copy of item to the end of Value.
Namespace: Autodesk.Navisworks.Api.DocumentParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub AddCopy ( _ item As SavedItem _ ) |
| C# |
|---|
public void AddCopy( SavedItem item ) |
| Visual C++ |
|---|
public: void AddCopy( SavedItem^ item ) |
Parameters
- item
- Type: Autodesk.Navisworks.Api..::..SavedItem
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | Argument 'item' has been Disposed |
| System..::..ArgumentNullException | Argument 'item' is null |
| System..::..ArgumentException | Argument 'item' contains an unsupported type of SavedItem |