CloseDim

Syntax

bool CloseDim(DmId tDim)

Parameters

tDim. Opened dictionary instance moniker.

Description

The CloseDim operation closes a dictionary.

Comments

To execute the operation, in the tDim parameter specify the moniker of the dictionary instance to be closed. The operation results in True if the dictionary is closed successfully.

Example

Example of closing the dictionary instance. The request contains the dictionary moniker. The response indicates the successful closing.

SOAP

JSON

C#

See also:

Working with Dictionaries