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

VObjectCollection.IList.Item Property

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

Syntax

Visual Basic
Private Property Item ( _
	index As Integer _
) As Object Implements IList.Item
C#
                Object IList.ItemItem[
	int index
] { get; set; }

Parameters

index

Type: System.Int32

Implements

IList.Item[Int32]

See Also

Reference