FOM Reference > Application > Arrays > fLengthArray interface
  
fLengthArray interface
A collection of fLength objects
length attribute
Returns the number of elements in this array.
length
Access
read-only
Returns
unsigned int
item method
Return the item stored at the given index.
itemindex
Parameters
unsigned intindex
The index of the item to be returned.
Returns
fLength. The item stored at the given index.
readResolve method
Return the object corresponding to the given serialized representation.
readResolveobj
Parameters
Objectobj
The serialized representation.
Returns
fLengthArray. The object corresponding to the serialized representation.
setItem method
Set the item stored at the given index.
setItemindexvalue
Parameters
unsigned intindex
The index of the item to be set.
fLengthvalue
The value to be stored at the given index.
Returns
void. This method does not have a return value.