Returns the length of the sequence represented by this
DynFixed object.
Returns the length of the sequence represented by this DynFixed object.
Returns:
the length of the sequence
public void
length
(int arg)
Sets the length of the sequence represented by this
DynFixed object to the given argument.
Sets the length of the sequence represented by this DynFixed object to the given argument.
Parameters: - arg - the length of the sequence
public void
set_elements
(Any value)
throws
InvalidSeq
Sets the values of all elements in this sequence with the given
array.
Sets the values of all elements in this sequence with the given array.
Parameters: - value - the array of Any objects to be set
Throws: - InvalidSeq - if the array of values is bad
See Also:DynSequence.get_elements(),