This documentation is for the old version. Go to the latest Graphics Mill docs

Collection.add Method

Adds the specified item 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 add(item);

Parameters

item

Type: Global.Type

The item to be added to the end of the collection.

Remarks

This method corresponds to Collection.Add(T) server-side member.

See Also

Reference