OpenCustomOb

Syntax

OpenCustomObResult OpenCustomOb(OdId tOb, OpenCustomObArg tArg)

Parameters

tOb. Opened object moniker.

tArg. Object opening parameters.

Description

The OpenCustomOb operation opens a custom class object.

Comments

To execute the operation, in the tOb field specify moniker of opened object. The object moniker can be obtained on executing the GetObjects operation. If you need to get any metadata during opening, define the tArg.metaGet field.

The operation results in the moniker of opened instance of the specified object and obtained metadata if the tArg.metaGet field was defined.

Further work is executed with the GetCustomOb and SetCustomOb operations. To close the opened object instance, use the CloseCustomOb operation.

Example

Example name
Opening Custom Class Object

See also:

Common Operations