User contributions
- 08:38, 16 October 2015 diff hist +10 N Translations:CAEngine::OpenModel/3/zh Created page with "= 参数 ="
- 08:36, 16 October 2015 diff hist 0 CAEngine::OpenModel/zh
- 08:36, 16 October 2015 diff hist 0 Translations:CAEngine::OpenModel/2/zh current
- 08:35, 16 October 2015 diff hist +1 CAEngine::OpenModel/zh Created page with "从磁盘文件读取一个模型,打开并作为当前模型。«fileSpec»按 当前模型目录进行解读。"
- 08:35, 16 October 2015 diff hist +142 N Translations:CAEngine::OpenModel/2/zh Created page with "从磁盘文件读取一个模型,打开并作为当前模型。«fileSpec»按 当前模型目录进行解读。"
- 08:31, 16 October 2015 diff hist +23 N Translations:CAEngine::OpenModel/1/zh Created page with "= OpenModel(fileSpec) =" current
- 08:31, 16 October 2015 diff hist +1,106 N CAEngine::OpenModel/zh Created page with "CAEngine::OpenModel"
- 08:31, 16 October 2015 diff hist +19 N Translations:CAEngine::OpenModel/Page display title/zh Created page with "CAEngine::OpenModel" current
- 08:25, 16 October 2015 diff hist -17 Using the ADE Server/zh-cn Created page with "==错误与错误处理== 在进行任何ADE操作后,只要可能存在错误,就必须查询 CAEngine的 ErrorCode和ErrorText/zh |..." current
- 08:25, 16 October 2015 diff hist +443 N Translations:Using the ADE Server/68/zh-cn Created page with "==错误与错误处理== 在进行任何ADE操作后,只要可能存在错误,就必须查询 CAEngine的 ErrorCode和ErrorText/zh |..." current
- 08:25, 16 October 2015 diff hist +36 Using the ADE Server/zh-cn Created page with "===在VC++中 (不带 .NET)=== <tt> :<nowiki>#</nowiki>import "ADE.exe" :using namespace ADE; :void main( ) :{ ::CoInitialize(NULL); ::_bstr_t errT, result; ::int er..."
- 08:25, 16 October 2015 diff hist +544 N Translations:Using the ADE Server/67/zh-cn Created page with "===在VC++中 (不带 .NET)=== <tt> :<nowiki>#</nowiki>import "ADE.exe" :using namespace ADE; :void main( ) :{ ::CoInitialize(NULL); ::_bstr_t errT, result; ::int er..." current
- 08:24, 16 October 2015 diff hist +95 Using the ADE Server/zh-cn Created page with "==另请参考== {| style="margin: 1em auto 1em auto;width: 100%;border:0;table-layout: fixed;" cellpadding=5 |- style="text-align: center" | The ADE Tutorial/zh | ADE 入..."
- 08:24, 16 October 2015 diff hist +346 N Translations:Using the ADE Server/70/zh-cn Created page with "==另请参考== {| style="margin: 1em auto 1em auto;width: 100%;border:0;table-layout: fixed;" cellpadding=5 |- style="text-align: center" | The ADE Tutorial/zh | ADE 入..." current
- 08:23, 16 October 2015 diff hist -16 Using the ADE Server/zh-cn Created page with "要获取关于一个错误的额外信息,检查 CAEngine的 OutputBuffer属性即可。任何Analytica用户中的错误信息"
- 08:23, 16 October 2015 diff hist +168 N Translations:Using the ADE Server/69/zh-cn Created page with "要获取关于一个错误的额外信息,检查 CAEngine的 OutputBuffer属性即可。任何Analytica用户中的错误信息" current
- 08:22, 16 October 2015 diff hist +71 Using the ADE Server/zh-cn Created page with "===在C++/CLR中=== <tt> :using namespace System; :using namespace ADE; :void main( ) :{ ::String ^result, ^errT; ::int errCode; :: CAEngine^ ADE = gcne..."
- 08:22, 16 October 2015 diff hist +536 N Translations:Using the ADE Server/66/zh-cn Created page with "===在C++/CLR中=== <tt> :using namespace System; :using namespace ADE; :void main( ) :{ ::String ^result, ^errT; ::int errCode; :: CAEngine^ ADE = gcne..." current
- 08:22, 16 October 2015 diff hist +53 Using the ADE Server/zh-cn Created page with "===在J#中=== <tt> :import ADE.*; :public class Program :{ ::public static void main( ) ::{ :::String errT, result; :::int errCode; :::ADE. CAEngine..."
- 08:22, 16 October 2015 diff hist +584 N Translations:Using the ADE Server/65/zh-cn Created page with "===在J#中=== <tt> :import ADE.*; :public class Program :{ ::public static void main( ) ::{ :::String errT, result; :::int errCode; :::ADE. CAEngine..." current
- 08:21, 16 October 2015 diff hist +72 Using the ADE Server/zh-cn Created page with "===在C#中=== <tt> :using System; :using ADE; :namespace ADE_from_Csharp :{ ::class Program ::{ :::static void Main() :::{ ::::String errT, result; ::::int errCode;..."
- 08:21, 16 October 2015 diff hist +592 N Translations:Using the ADE Server/64/zh-cn Created page with "===在C#中=== <tt> :using System; :using ADE; :namespace ADE_from_Csharp :{ ::class Program ::{ :::static void Main() :::{ ::::String errT, result; ::::int errCode;..." current
- 08:21, 16 October 2015 diff hist +18 Using the ADE Server/zh-cn Created page with "===在VBScript中=== <tt> :set ADE = CreateObject("ADE4.CAEngine") :ADE.Command = “news” :If ADE.Send = False Then ::ErrCode = ADE.CAEngine::ErrorCode/zh | ErrorCode..."
- 08:21, 16 October 2015 diff hist +311 N Translations:Using the ADE Server/63/zh-cn Created page with "===在VBScript中=== <tt> :set ADE = CreateObject("ADE4.CAEngine") :ADE.Command = “news” :If ADE.Send = False Then ::ErrCode = ADE.CAEngine::ErrorCode/zh | ErrorCode..." current
- 08:21, 16 October 2015 diff hist +52 Using the ADE Server/zh-cn Created page with ":dim ADE as CAEngine = new CAEngineClass ::ADE.Command = "news" ’any typescript command ::dim SendCode as Boolean = ADE.CAEngine..."
- 08:21, 16 October 2015 diff hist +441 N Translations:Using the ADE Server/62/zh-cn Created page with ":dim ADE as CAEngine = new CAEngineClass ::ADE.Command = "news" ’any typescript command ::dim SendCode as Boolean = ADE.CAEngine..." current
- 08:21, 16 October 2015 diff hist +83 N Translations:Using the ADE Server/61/zh-cn Created page with ":Module Module1 :Sub Main() ::Dim Result,ErrT As String ::Dim ErrCode as Integer" current
- 08:21, 16 October 2015 diff hist +4 Using the ADE Server/zh-cn Created page with "===在Visual Basic中=== <tt> :Imports ADE"
- 08:21, 16 October 2015 diff hist +43 N Translations:Using the ADE Server/60/zh-cn Created page with "===在Visual Basic中=== <tt> :Imports ADE" current
- 08:20, 16 October 2015 diff hist -58 Using the ADE Server/zh-cn Created page with "这些步骤在下面各种编程语言中有演示说明。在这些简单示例后面,跟了几个使用Visual Basic语法的例子,你应该能够推断使用了何种..."
- 08:20, 16 October 2015 diff hist +183 N Translations:Using the ADE Server/59/zh-cn Created page with "这些步骤在下面各种编程语言中有演示说明。在这些简单示例后面,跟了几个使用Visual Basic语法的例子,你应该能够推断使用了何种..." current
- 08:20, 16 October 2015 diff hist +12 Using the ADE Server/zh-cn Created page with "'''''注意:'''你也可以通过调用<tt>CAEngine. SendCommand(cmd)</tt>。''将前两步合并到其中。"
- 08:20, 16 October 2015 diff hist +141 N Translations:Using the ADE Server/58/zh-cn Created page with "'''''注意:'''你也可以通过调用<tt>CAEngine. SendCommand(cmd)</tt>。''将前两步合并到其中。" current
- 08:20, 16 October 2015 diff hist +28 Using the ADE Server/zh-cn Created page with "你可以通过执行以下操作将typescript指令发送给ADE: !将包含该指令的一个文本字符串赋值给你的 CAEngine对象的Command(指..."
- 08:20, 16 October 2015 diff hist +689 N Translations:Using the ADE Server/57/zh-cn Created page with "你可以通过执行以下操作将typescript指令发送给ADE: !将包含该指令的一个文本字符串赋值给你的 CAEngine对象的Command(指..." current
- 08:20, 16 October 2015 diff hist -43 Using the ADE Server/zh-cn Created page with "==ADE Typescript语言:指令语言通讯== CAEngine类型的''' Command'''属性和''' Send'''方法允..."
- 08:20, 16 October 2015 diff hist +531 N Translations:Using the ADE Server/56/zh-cn Created page with "==ADE Typescript语言:指令语言通讯== CAEngine类型的''' Command'''属性和''' Send'''方法允..." current
- 08:20, 16 October 2015 diff hist +8 Using the ADE Server/zh-cn Created page with "对于进程内服务器,将参数'''ADEW4.CAEngine'''发送给 CreateObject调用。"
- 08:20, 16 October 2015 diff hist +108 N Translations:Using the ADE Server/55/zh-cn Created page with "对于进程内服务器,将参数'''ADEW4.CAEngine'''发送给 CreateObject调用。" current
- 08:20, 16 October 2015 diff hist -12 Using the ADE Server/zh-cn Created page with "在VBScript和更早的Visual Basic版本,set关键字是必须的:<tt> :dim ADE :set ADE = CreateObject("ADE4.CAEngine") </tt>"
- 08:20, 16 October 2015 diff hist +132 N Translations:Using the ADE Server/54/zh-cn Created page with "在VBScript和更早的Visual Basic版本,set关键字是必须的:<tt> :dim ADE :set ADE = CreateObject("ADE4.CAEngine") </tt>" current
- 08:20, 16 October 2015 diff hist -11 Using the ADE Server/zh-cn Created page with "===在Visual Basic或 VBScript中使用=== 要使用自动化接口,没有必要给你的Visual Basic项目添加参考。下面的语法和其他脚本语言中使用情况..."
- 08:20, 16 October 2015 diff hist +311 N Translations:Using the ADE Server/53/zh-cn Created page with "===在Visual Basic或 VBScript中使用=== 要使用自动化接口,没有必要给你的Visual Basic项目添加参考。下面的语法和其他脚本语言中使用情况..." current
- 08:20, 16 October 2015 diff hist -38 Using the ADE Server/zh-cn Created page with "对于ADE4.6之前的版本,自动化接口是使用首选。对于支持直接调用COM的语言,ADE4.6中推荐首选COM接口。在C++或C#使用自动化接口是相..."
- 08:20, 16 October 2015 diff hist +221 N Translations:Using the ADE Server/52/zh-cn Created page with "对于ADE4.6之前的版本,自动化接口是使用首选。对于支持直接调用COM的语言,ADE4.6中推荐首选COM接口。在C++或C#使用自动化接口是相..." current
- 08:20, 16 October 2015 diff hist +7 Using the ADE Server/zh-cn Created page with "这些脚本语言支持ActiveX自动化脚本,但是不支持COM接口。通过使用自动化接口,ADE能够在这些语言中使用,通常不需要其他工具,只..."
- 08:20, 16 October 2015 diff hist +214 N Translations:Using the ADE Server/51/zh-cn Created page with "这些脚本语言支持ActiveX自动化脚本,但是不支持COM接口。通过使用自动化接口,ADE能够在这些语言中使用,通常不需要其他工具,只..." current
- 08:20, 16 October 2015 diff hist +34 Using the ADE Server/zh-cn Created page with "==使用ADE自动化接口== VBScript是一个脚本语言示例,可以在Windows脚本主机(<tt>CScript.exe</tt>或 <tt>WScript.exe</tt>)、动态服务器页面pre-.N..."
- 08:20, 16 October 2015 diff hist +395 N Translations:Using the ADE Server/50/zh-cn Created page with "==使用ADE自动化接口== VBScript是一个脚本语言示例,可以在Windows脚本主机(<tt>CScript.exe</tt>或 <tt>WScript.exe</tt>)、动态服务器页面pre-.N..." current
- 08:19, 16 October 2015 diff hist +6 Using the ADE Server/zh-cn Created page with "然后只在一个文件中(比如所stdafx.cpp)包含以下代码:<nowiki>#</nowiki>import "ADE.exe" implementation_only</tt>"