Sets the business object at the specified index of the business object array.
Syntax
void IsetBusinessObjectAtIndex(long index, IBusinessObject inObj);
Parameters
Exceptions
Example
// Set the business object at the index long index = 1; IBusinessObject aBusObj = accessSession.IcreateBusinessObject( "PayableNetChange"); exampleBusObjArray.IsetBusinessObjectAtIndex(index, aBusObj);