First method: Node collection

Syntax

First()

Description

The First method returns the first Node object in the Node collection.

Parameters

None.

Returns

A Node object.

Example

&MyNode = &MyCollection.First();