Collection.addRange Method

Adds the specified items to the end of the collection.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Java Script
function addRange(item);

Parameters

item

Type: Global..Any[]

The array of items to be added to the end of the collection.

See Also

Reference