Retrieve a single business object by specifying its position in this business object array.
Syntax
BusObj elementAt(int index)
Parameters
Exceptions
CollaborationException--The elementAt() method can set the following exception type for this exception:
Examples
The following example retrieves the 11th business object in the items array and assigns it to the Item variable.
BusObj Item = items.elementAt(10);