BusObj elementAt(int index)
CollaborationException--The elementAt() method can set the following exception type for this exception:
The following example retrieves the 11th business object in the items array and assigns it to the Item variable.
BusObj Item = items.elementAt(10);