First method: NodeTemplate collection
Syntax
First()
Description
The First method returns the first NodeTemplate object in the NodeTemplate collection.
Parameters
None.
Returns
A NodeTemplate object.
Example
&MyNodeTemplate = &MyCollection.First();