Neokernel API

ObjectManager.createObject Method

Creates a new object in the object manager of the specified object type. Note: Currently, only the PropsType is supported.

public virtual ObjectID createObject(
   ObjectType type
);

Parameters

type
a reference to an ObjectType representing the type of object to create.

Return Value

a reference to a valid ObjectID if successful; null otherwise.

Implements

IObjectManager.createObject

See Also

ObjectManager Class | com.neokernel.om Namespace