addRange(Vintasoft.Shared.WebImageCollectionJS) Метод
В этом разделе
Adds images to the end of the collection.
Синтаксис
var instance = new Vintasoft.Shared.WebImageCollectionJS();
var value; // Type: any
// Parameters
var images; // Type: WebImageCollectionJS
value = instance.addRange(images);
function addRange(
: WebImageCollectionJS
) : any;
Parameters
- images
- An image collection, which is represented by WebImageCollectionJS object.
Исключения
Исключение | Описание |
| Thrown if argument has wrong type. |
| Thrown if image already exists in collection. |
Смотрите также