ビジネス・オブジェクト配列の任意の指標にあるビジネス・オブジェクトを取得します。
構文
IBusinessObject IgetBusinessObjectAtIndex(long index);
パラメーター
戻り値
ビジネス・オブジェクト配列の、指定された指標にあるビジネス・オブジェクトが格納されている IBusinessObject オブジェクト。
例外
例
// call the get business object at index method IBusinessObject aBusinessObject = null; long index = 1; aBusinessObject = exampleBusObjArray.IgetBusinessObjectAtIndex(index);