Difference between revisions of "CAEngine::Command/zh"
(Created page with "= 另请参考 =") |
(Created page with "* CAEngine::SendCommand * CAEngine::Send * CAEngine::OutputBuffer") |
||
Line 27: | Line 27: | ||
= 另请参考 = | = 另请参考 = | ||
− | * [[CAEngine::SendCommand]] | + | * [[CAEngine::SendCommand/zh | CAEngine::SendCommand]] |
− | * [[CAEngine::Send]] | + | * [[CAEngine::Send/zh | CAEngine::Send]] |
− | * [[CAEngine::OutputBuffer]] | + | * [[CAEngine::OutputBuffer/zh | CAEngine::OutputBuffer]] |
Revision as of 12:22, 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.
数据类型
字符串
访问
读 / 写
用法
ade.Command = “value obj1” ade.Send result = ade. OutputBuffer
另请参考
Comments
Enable comment auto-refresher