Method InvokeCommand
InvokeCommand(string)
Invokes a specified menu command.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
bool InvokeCommand(string inFullName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | inFullName | Full name of the command to invoke (i.e. "TopSolid.Kernel.UI.D3.Shapes.Creations.BlockCommand"). |
Returns
| Type | Description |
|---|---|
| bool | The command has been found and invoked. |
Remarks
This method is available since v7.12.