Version

getObject Method

Returns the item at the specified address from the collection at the specified index.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getObject( 
   index : Integer,
   adr : String
) : Object;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfCollectionsManager.getObject(Integer,String);

Parameters

index
index at which to add the object
adr
address of the object

Return Value

the item at the specified index/address
See Also