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

VObjectCollection.Add Method (IVObject)

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

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

Syntax

Visual Basic
Public Function Add ( _
	value As IVObject _
) As Integer
C#
public int Add(
	IVObject value
)

Parameters

value

Type: Aurigma.GraphicsMill.WinControls.IVObject

A v-object to be added.

Return Value

The index at which the value has been added.

See Also

Reference