Neokernel API

ObjectManager.getObject Method

Retrieves the object corresponding to an object ID.

public virtual object getObject(
   ObjectID id
);

Parameters

id
a reference to an ObjectID representing a valid object in the object manager.

Return Value

a reference to an Object if one was found; null otherwise.

Implements

IObjectManager.getObject

See Also

ObjectManager Class | com.neokernel.om Namespace