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

XmpArrayNode.Item Property

Gets/sets the element at the specified index.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Default Property Item ( _
	index As Integer _
) As Object
C#
public Object this[
	int index
] { get; set; }

Parameters

index

Type: System.Int32

Zero-based index of the element to get or set.

Property Value

Element at the specified index.

Implements

IList.Item[Int32]

See Also

Reference