Removes a business
object at a specified position in a business object array.
Syntax
public void removeBusinessObjectAt(int index);
Parameters
index
Is an integer that specifies the position for a child business
object in a business object array.
Return values
None.
Exceptions
CxObjectNoSuchAttributeException
Thrown if the position specified is not valid for this business
object.
Notes
After the remove operation, the business object array is compacted.
Indexes are decremented for all business objects that have an index
number higher than that of the removed business object.