GetCustomOb

Syntax

GetCustomObResult GetCustomOb(CustomObId tCustomOb, GetCustomObArg tArg)

Parameters

tCustomOb. Custom class object moniker.

tArg. Operation execution parameters.

Description

The GetCustomOb operation gets custom class object metadata.

Comments

This operation enables the user to get the following information:

To execute the operation, in the tCustomOb field specify object moniker (custom class container or custom class object), in the tArg.pattern field specify the pattern that will be used to get metadata. The moniker can be obtained on executing the OpenCustomOb operation.

Example

Example name
Getting Information about Custom Class Object

See also:

Common Operations