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

VObjectCollection.Add Method

Adds a v-object to the end of the collection.

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

Syntax

Visual Basic
Public Overrides Sub Add ( _
	item As VObject _
)
C#
public override void Add(
	VObject item
)

Parameters

item

Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects.VObject

The v-object to add.

See Also

Reference