IBusinessObject IgetBusinessObjectAtIndex(long index);
An IBusinessObject object that contains the business object at the specified index of the business object array.
// call the get business object at index method IBusinessObject aBusinessObject = null; long index = 1; aBusinessObject = exampleBusObjArray.IgetBusinessObjectAtIndex(index);