Method SetReferenceObjectName
SetReferenceObjectName(XRReferenceObjectLibrary, int, string)
Sets the name of the XRReferenceObject at index.
Declaration
public static void SetReferenceObjectName(this XRReferenceObjectLibrary library, int index, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| XRReferenceObjectLibrary | library | The |
| int | index | The index of the |
| string | name | The new name of the |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | Thrown if |
| IndexOutOfRangeException | Thrown if |