Method RemoveAt
RemoveAt(XRReferenceImageLibrary, int)
Removes the XRReferenceImage at index
.
Declaration
public static void RemoveAt(this XRReferenceImageLibrary library, int index)
Parameters
Type | Name | Description |
---|---|---|
XRReferenceImageLibrary | library | The XRReferenceImageLibrary being extended. |
int | index | The index in the list of images to remove. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown if |
IndexOutOfRangeException | Thrown if |