ICommandDispatcher.DispatchCommand method
Namespace: NextDesign.Extension
Description
Dispatches execution of the specified command.
argument
| Name | Type | Description |
|---|---|---|
| command | ICommand | Manifest command definition information |
| context | ICommandContext | Command context |
| parameters | ICommandParams | command parameters |
Return value
- void