XmpArrayNode.Item Property

Gets or sets the element at the specified index.

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

Syntax

C#
public Object this[
	int index
] { get; set; }

Parameters

index

Type: System.Int32

The zero-based index of the element to get or set.

Property Value

The element at the specified index.

Implements

IList.Item[Int32]

See Also

Reference