GetDimMetadata

Syntax

GetDimMetadataResult GetDimMetadata(DmId tDim, GetDimMetadataArg tArg)

Parameters

tDim. Opened dictionary instance moniker.

tArg. Parameters for extracting dictionary metadata.

Description

The GetDimMetadata operation gets dictionary metadata.

Comments

This operation enables the user to get the following information:

To execute the operation, in the tDim parameter specify the dictionary instance moniker and in the tArg parameter specify the parameters, according to which the information is extracted. The moniker can be obtained on executing the OpenDim operation. The tArg.pattern field is used to specify a pattern for getting information about the dictionary structure and child objects of the dictionary, and the elsArg field contains parameters for extracting information about dictionary elements. The operation results in the requested data.

Example

Various methods of using this operation are given in the following examples:

Example name
Getting Information about Dictionary Structure
Getting Information about Dictionary Child Elements

See also:

Working with Dictionaries