ApplicationAddInServer.ExecuteCommand Method
Parent Object: ApplicationAddInServerDescription
Invoked by Autodesk Inventor in response to user requesting the execution of an AddIn-supplied command. AddIn must perform the command within this call.
Syntax
ApplicationAddInServer.ExecuteCommand( CommandID As Long )Parameters
Name | Type | Description |
CommandID | Long | Input Long that specifies the command to execute. |