|
|
Sets the display name of a saved item in the document part.
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
| Visual Basic |
|---|
Public Sub TestsEditDisplayName ( _ item As SavedItem, _ name As String _ ) |
| C# |
|---|
public void TestsEditDisplayName( SavedItem item, string name ) |
| Visual C++ |
|---|
public: void TestsEditDisplayName( SavedItem^ item, String^ name ) |
Parameters
- item
- Type: Autodesk.Navisworks.Api..::..SavedItem
The SavedItem to set the name of.
- name
- Type: System..::..String
The name to set, must be unique in the item's parent.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | An argument has been Disposed, 'test' is not contained in the document part. |
| System..::..ArgumentNullException | An argument is null. |