Version

register_object Method

Registers the object at the specified index with the ObjectManager.
Syntax
ASP.NET Ajax Javascript (Specification) 
function register_object( 
   index : Integer,
   object : Object
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfObjectsManager.register_object(Integer,Object);

Parameters

index
index at the object collection
object
the object to register in the collection
See Also