RasterList.getItem( index )

Retrieve list item at the given index. To know the number of items in the list use the size() method.

Parameters

Name Type   Description
index number zero-based index of the item to be retrieved.

Returns

Type Description
object The list item at the given index. Returns null if not item is found at the given index.

See Also

Home Examples Download License
 
Copyright © 2010-2017 Edwin R. López