DimSrv.execCommand

Syntax

execCommand(dim: PP.Mb.DimSource, args: Object, callback: Function | PP.Delegate, errorCallback: Function | PP.Delegate);

Parameters

dim. Dictionary.

args. Operation arguments. An object must contain the following fields: selId - selection moniker; dmSelectionArg - operation parameters;  fireEvent - indicates if the DimSrv.SelectionChanged event is called; if the parameter is set to True, the event is called.

callback. Callback function.

errorCallback. Callback function on error.

Description

The execCommand method changes selection of dictionary elements.

Example

The example of method use is given in description of the DimSrv.selectByKeys method.

See also:

DimSrv