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

(Created page with "= 数据类型 =")
(Created page with "字符串")
Line 13: Line 13:
 
= 数据类型 =
 
= 数据类型 =
  
string
+
字符串
  
 
= Access =
 
= Access =

Revision as of 12:21, 17 October 2015

Other languages:
English • ‎中文

ADE > ADE类型参考 > CAEngine

描述

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.

数据类型

字符串

Access

read/write

Usage

ade.Command = “value obj1”
ade.Send
result = ade.OutputBuffer

See Also

Comments


You are not allowed to post comments.