Returns the value of all the elements of this array.
Returns the value of all the elements of this array.
Returns:
the array of Any objects that is the value
for this DynArray object
See Also:DynArray.set_elements(org.omg.CORBA.Any[]),
public void
set_elements
(Any value)
throws
InvalidSeq
Sets the value of this
DynArray object to the given array.
Sets the value of this DynArray object to the given array.
Parameters: - value - the array of Any objects
Throws: - InvalidSeq - if the sequence is bad
See Also:DynArray.get_elements(),