Neokernel API

IObjectManager.createObject Method

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

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 (Nothing in Visual Basic) otherwise.

See Also

IObjectManager Interface | com.neokernel.om Namespace