Set
Element At
Sets the value of a business object in a business object
array.
Inputs
- Business
object array
- The business object array (specified as an object of type
BusObjArray) in which the element's value is going to be
set.
- Element
- The business object element (specified as an object of type
BusObj) whose value you are going to set.
- Index
- The index position (specified as an integer) of the business
object element to set.
Exception s
The Set Element At function block can set the following
exception type for a CollaborationException exception:
- AttributeException--Set if the element is not valid.
Notes
This function block sets the values of the business object
at a specified array position to the values of an input business
object.
Related information
This function block is based on the BusObjArray.setElementAt()
method. For more information, see setElementAt().
