execCommand(dim: PP.Mb.DimSource, args: Object, callback: Function | PP.Delegate, errorCallback: Function | PP.Delegate);
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.
The execCommand method changes selection of dictionary elements.
The example of method use is given in description of the DimSrv.selectByKeys method.
See also: