XmpData.Item Property

Gets or sets the element with the specified key.

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

Syntax

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

Parameters

name

Type: System.Object

The key of the element to get or set.

Property Value

The element with the specified key, or null if the key does not exist.

See Also

Reference