MapCatView Constructor

Syntax

PP.Exp.Ui.MapCatView(settings);

Parameters

settings. JSON object that contains class properties.

Description

The MapCatView constructor creates an instance of the MapCatView class.

Example

The constructor is intended for internal use.


Executing the example requires that the HTML page contains the ExpressBox component named expressBox (see Example of Creating the ExpressBox Component). Call constructor of the MapCatView class:

// Get view of the Map tab
var mapCategory = expressBox.getRibbonView().getMapCategory();
mapCategory.refresh();

An object of MapCatView class is created as the result of example execution.

See also:

MapCatView