CAEngine::Command
ADE User Guide > ADE Server Class Reference > CAEngine
Description
Sets a typescript language command for execution by the ADE Automation Server. The Send method causes Command to be sent to ADE for execution. For the list of typescript commands, see the Analytica Scripting Guide.
It is easier to use CAEngine::SendCommand, which combines Command and CAEngine::Send into a single call.
Data type
string
Access
read/write
Usage
ade.Command = “value obj1” ade.Send result = ade.OutputBuffer
See Also
Comments
Enable comment auto-refresher