Retrieves the number of child business objects in a business object array.
Syntax
public int getObjectCount();
Parameters
None.
Return values
An integer that indicates the number of child business objects in a business object array.
Notes
You can use the insertBusinessObject() method to insert child business objects into the business object array.
See also
See also the description of the insertBusinessObject() method.