Retrieves the child business object that occupies a specified position in a business object array.
Syntax
BusinessObject *getObject(int index);
Parameters
Return values
A pointer to a child business object, or NULL if there is no business object at the specified position in the business object array.
Notes
You can use the setObject() method to specify the position of the business object in the business object array.
See also
See also the description of the setObject() method.