Parameters
- index
- A zero-based index of image in image collection.
Return Value
An instance of WebAcquiredImageJS class that was removed from image collection.
| Exception | Description |
|---|---|
| Thrown if argument has wrong type OR image is not removed from image collection. |
This function sends a synchronous request to remove image from image collection. If you want to use asynchronous request instead of synchronous request, please use WebAcquiredImageCollectionJS.removeAtAsync function.