Returns an enumeration object of the elements in the specified vector object.
Syntax
elements( vector )
vector.elements( )
Parameters
vector
|
the vector object to enumerate.
|
Returns
enumeration
|
an enumeration object containing the objects in the specified vector object.
|
Example
vEnum = v.elements( )
|