Difference between revisions of "CAEngine::Send/zh"

(Created page with "= 描述 =")
(Created page with "将包含在Command属性内的字符串作为指令发送给ADE去执行。 关于指令和语法的详细信息请参考AnalyticaScripting Guide |...")
Line 5: Line 5:
 
= 描述 =
 
= 描述 =
  
Sends the string contained in the [[CAEngine::Command|Command]] property as a command to be executed by ADE. See the Analytica [[Scripting Guide]] for details of commands and syntax.
+
将包含在[[CAEngine::Command|Command]]属性内的字符串作为指令发送给ADE去执行。
 +
关于指令和语法的详细信息请参考Analytica[[Scripting Guide | 脚本指南]]
  
 
It is easier to use [[CAEngine::SendCommand]], which combinds [[CAEngine::Command]] and [[CAEngine::Send]] into a single call.
 
It is easier to use [[CAEngine::SendCommand]], which combinds [[CAEngine::Command]] and [[CAEngine::Send]] into a single call.

Revision as of 02:44, 21 October 2015

ADE User Guide > ADE Server Class Reference > CAEngine

Other languages:
English • ‎中文

描述

将包含在Command属性内的字符串作为指令发送给ADE去执行。 关于指令和语法的详细信息请参考Analytica 脚本指南

It is easier to use CAEngine::SendCommand, which combinds CAEngine::Command and CAEngine::Send into a single call.

Return value

Boolean (success or failure)

See Also

Comments


You are not allowed to post comments.