GetMap

Syntax

GetMapResult GetMap(MapId tMap, GetMapArg tArg)

Parameters

tMap. Map moniker.

tArg. Parameters of metadata extraction.

Description

The GetMap operation gets map metadata.

Comments

To execute the operation, specify map moniker in the tMap parameter, and metadata extraction 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 extract metadata. The result of the operation is 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 extraction. The response contains requested data.

SOAP

JSON

C#

See also:

Interactive Visual Components