GetItem (NotesDOMNamedNodeMap - LotusScript®)

Returns the attribute at a specified position in the list.

Defined in

NotesDOMNamedNodeMap

Syntax

Set notesDOMNode = notesDOMNamedNodeMap .GetItem( index& )

Parameters

index&

Long. Read-only.

Return value

notesDOMNode

The node at the position index& in the map, or null if that is not a valid index.

Example