Difference between revisions of "CAEngine::Command/zh"
(Created page with " 目录:ADE用户指南 ADE > ADE类型参考 > CAEngine") |
(Created page with "= 描述 =") |
||
Line 3: | Line 3: | ||
[[ADE User Guide/zh | ADE]] > [[ADE Server Class Reference/zh | ADE类型参考]] > [[CAEngine/zh | CAEngine]] | [[ADE User Guide/zh | ADE]] > [[ADE Server Class Reference/zh | ADE类型参考]] > [[CAEngine/zh | CAEngine]] | ||
− | = | + | = 描述 = |
Sets a typescript language command for execution by the ADE Automation Server. The Send | Sets a typescript language command for execution by the ADE Automation Server. The Send |
Revision as of 12:21, 17 October 2015
描述
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