Retrieves the child business object that occupies a specified position in a business object array.
Syntax
public BusinessObjectInterface getBusinessObject(int index);
Parameters
Return values
The child business object, or null if there is no business object at the specified position in the business object array.
See also