Neokernel API

ObjectManager.removeObject Method

Deletes the object corresponding to an object ID from the object manager.

public virtual bool removeObject(
   ObjectID id
);

Parameters

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

Return Value

true if the object was successfully deleted; false otherwise.

Implements

IObjectManager.removeObject

See Also

ObjectManager Class | com.neokernel.om Namespace