IdeleteBusinessObjectAtIndex()

Deletes the business object at the specified index of the business object array.

Syntax

void IdeleteBusinessObjectAtIndex(long index);

Parameters

index
The index in the business object array of the business object to delete.

Return Values

None.

Exceptions

IInvalidIndexException
Thrown when the index is invalid.

Example

//Delete the business object
long index = 5;
exampleBusObjArray.IdeleteBusinessObjectAtIndex(index);

Copyright IBM Corp. 1997, 2004