Neokernel API

IObjectManager.removeObject Method

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

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.

See Also

IObjectManager Interface | com.neokernel.om Namespace