SetMap

Syntax

SetMapResult SetMap(MapId tMap, SetMapArg tArg)

Parameters

tMap. Map moniker.

tArg. Parameters for changing metadata.

Description

The SetMap operation changes map metadata.

Comments

To execute the operation, specify map moniker in the tMap parameter, and parameters of metadata change in the tArg parameter. The moniker can be based on moniker of opened instance of the object, which map is used to work with, following these rules:

The object must be opened for edit.

Specify metadata to be changed in the tArg.meta field. It is possible to specify a pattern in the tArg.metaGet field, according to which map metadata is obtained after it is changed.

The operation results in the moniker of changed map and metadata if the tArg.metaGet field is defined.

Example

Below is the example of using the SetMap operation to change express report map parameters. The request contains map moniker and changed metadata.

SOAP

JSON

C#

See also:

Interactive Visual Components