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

VObjectCollection.Add Method (Object)

Adds an 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 Object _
) As Integer
C#
public int Add(
	Object value
)

Parameters

value

Type: System.Object

An object to be added.

Return Value

The index at which the value has been added.

Implements

IList.Add(Object)

Remarks

The value can be a null reference.

See Also

Reference