The following methods allow an Add-In created using GisLink to start system commands and to add application-specific commands to, and remove system commands from, both the main menu and the local, right-button mouse menu.
Add-Ins are also able to monitor the progress of system commands using Triggers.
| AllowCommands | Adds or removes commands from the menu. |
| CallCommand | Calls a non-interactive command in the current SWD. |
| CanDoCommand | Checks whether or not a command can be executed. |
| DoCommand | Executes a command. |
| GetCommandTick | Gets the tick state of an application-defined command. |
| MenuItem | Adds a custom command to a local menu. |
| RegisterTrigger | Registers a trigger button that will be pressed when an event occurs. |
| RemoveCommand | Removes an application-defined command. |
| RibbonButton | Adds a custom command to the ribbon Applications tab. |
| SwitchCommand | Queues a command for the current SWD, and returns immediately. |
| TickCommand | Sets or clears a tick on an application-defined command. |
Send comments on this topic.
Click to return to www.cadcorp.com
© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).