GetMap

Syntax

GetMapResult GetMap(MapId tMap, GetMapArg tArg)

Parameters

tMap. Map moniker.

tArg. Parameters of metadata getting.

Description

The GetMap operation gets map metadata.

Comments

To execute the operation, specify map moniker in the tMap parameter, and metadata getting parameters 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:

In the tArg.pattern field specify the pattern to be used to get metadata. The operation results in the requested information.

Example

Below is the example of using the GetMap operation to get visual settings of express report map. The request contains map moniker and the pattern for settings getting. The response contains requested data.

SOAP

JSON

C#

See also:

Interactive Visual Components