User contributions
- 11:10, 3 October 2015 diff hist +138 Working with Models, Modules, and Files in ADE/zh
- 11:10, 3 October 2015 diff hist +138 Translations:Working with Models, Modules, and Files in ADE/66/zh
- 11:07, 3 October 2015 diff hist -179 Working with Models, Modules, and Files in ADE/zh Created page with " CATable的 Slice和 Subscript方法返回一个维数减1的新 CATable对象。这些方..."
- 11:07, 3 October 2015 diff hist +260 N Translations:Working with Models, Modules, and Files in ADE/66/zh Created page with " CATable的 Slice和 Subscript方法返回一个维数减1的新 CATable对象。这些方..."
- 10:36, 3 October 2015 diff hist +78 Working with Models, Modules, and Files in ADE/zh Created page with "===在 Slice和 Subscript运算中减少维数=== <tt> :Dim PandL As CATable = ADE.CAEngine::Get/zh | Ge..."
- 10:36, 3 October 2015 diff hist +704 N Translations:Working with Models, Modules, and Files in ADE/65/zh Created page with "===在 Slice和 Subscript运算中减少维数=== <tt> :Dim PandL As CATable = ADE.CAEngine::Get/zh | Ge..."
- 10:32, 3 October 2015 diff hist +47 Working with Models, Modules, and Files in ADE/zh Created page with "有时候,不可能提前知道一个对象的求值结果是返回一个多维结果还是一个标量。在此情况下,使用 ResultTable。如果..."
- 10:32, 3 October 2015 diff hist +605 N Translations:Working with Models, Modules, and Files in ADE/64/zh Created page with "有时候,不可能提前知道一个对象的求值结果是返回一个多维结果还是一个标量。在此情况下,使用 ResultTable。如果..."
- 09:54, 3 October 2015 diff hist +22 Working with Models, Modules, and Files in ADE/zh Created page with "===在一个零维度数组中获取标量值=== <tt> :Dim Res As CATable = ADE. Get("SomeObject").CAObject::ResultTable/ zh | ResultT..."
- 09:54, 3 October 2015 diff hist +355 N Translations:Working with Models, Modules, and Files in ADE/63/zh Created page with "===在一个零维度数组中获取标量值=== <tt> :Dim Res As CATable = ADE. Get("SomeObject").CAObject::ResultTable/ zh | ResultT..."
- 09:29, 3 October 2015 diff hist +81 Working with Models, Modules, and Files in ADE/zh Created page with "===获取一个索引中索引标签的位置=== 使用 GetNumberByValue 方法: <tt> :Dim Obj As CAObject = ADE.CAEngine::GetOb..."
- 09:29, 3 October 2015 diff hist +789 N Translations:Working with Models, Modules, and Files in ADE/62/zh Created page with "===获取一个索引中索引标签的位置=== 使用 GetNumberByValue 方法: <tt> :Dim Obj As CAObject = ADE.CAEngine::GetOb..."
- 09:25, 3 October 2015 diff hist +78 Working with Models, Modules, and Files in ADE/zh Created page with "===获取索引中指定位置的索引标签=== 使用 GetValueByNumber 方法: <tt> :Dim I As Integer :Dim Obj As CAObject = AD..."
- 09:25, 3 October 2015 diff hist +850 N Translations:Working with Models, Modules, and Files in ADE/61/zh Created page with "===获取索引中指定位置的索引标签=== 使用 GetValueByNumber 方法: <tt> :Dim I As Integer :Dim Obj As CAObject = AD..."
- 09:23, 3 October 2015 diff hist +75 Working with Models, Modules, and Files in ADE/zh Created page with "===获取索引中元素的数量=== 使用 IndexElements 属性: <tt> :Dim Obj As CAObject = ADE.CAEngine::GetObjectByName/zh | Ge..."
- 09:23, 3 October 2015 diff hist +662 N Translations:Working with Models, Modules, and Files in ADE/60/zh Created page with "===获取索引中元素的数量=== 使用 IndexElements 属性: <tt> :Dim Obj As CAObject = ADE.CAEngine::GetObjectByName/zh | Ge..."
- 09:21, 3 October 2015 diff hist -62 Working with Models, Modules, and Files in ADE/zh Created page with "上面的示例检索了最后的 CAIndex对象. CAIndex对象提供了属性和方法允许你获得关于单个索引的信息。"
- 09:21, 3 October 2015 diff hist +163 N Translations:Working with Models, Modules, and Files in ADE/59/zh Created page with "上面的示例检索了最后的 CAIndex对象. CAIndex对象提供了属性和方法允许你获得关于单个索引的信息。"
- 09:19, 3 October 2015 diff hist +91 Working with Models, Modules, and Files in ADE/zh Created page with "===将CAIndex对象与你的表格关联=== 使用 CATable的 GetIndexObject方法: <tt> :Dim Obj As CAObject = AD..."
- 09:19, 3 October 2015 diff hist +611 N Translations:Working with Models, Modules, and Files in ADE/58/zh Created page with "===将CAIndex对象与你的表格关联=== 使用 CATable的 GetIndexObject方法: <tt> :Dim Obj As CAObject = AD..."
- 09:17, 3 October 2015 diff hist +41 Working with Models, Modules, and Files in ADE/zh Created page with " IndexNames方法按照 SetIndexOrder中指定的顺序返回表格中索引名称。如果对于 CATableSetIndexOrd..."
- 09:17, 3 October 2015 diff hist +258 N Translations:Working with Models, Modules, and Files in ADE/57/zh Created page with " IndexNames方法按照 SetIndexOrder中指定的顺序返回表格中索引名称。如果对于 CATableSetIndexOrd..."
- 09:14, 3 October 2015 diff hist +36 Working with Models, Modules, and Files in ADE/zh Created page with "===获取与表格关联的索引名称=== 使用 IndexNames方法: <tt> :Dim CurIndexName As String :Dim Obj As CAObject = ADE.CAEngine::GetObjectByN..."
- 09:14, 3 October 2015 diff hist +579 N Translations:Working with Models, Modules, and Files in ADE/56/zh Created page with "===获取与表格关联的索引名称=== 使用 IndexNames方法: <tt> :Dim CurIndexName As String :Dim Obj As CAObject = ADE.CAEngine::GetObjectByN..."
- 09:12, 3 October 2015 diff hist -4 Working with Models, Modules, and Files in ADE/zh Created page with "===确定表格的维数=== 使用 NumDims属性: <tt> :NumDimensions = ADE. Get("MultiDimObject").CAObject::ResultTable/zh | Result..."
- 09:12, 3 October 2015 diff hist +222 N Translations:Working with Models, Modules, and Files in ADE/55/zh Created page with "===确定表格的维数=== 使用 NumDims属性: <tt> :NumDimensions = ADE. Get("MultiDimObject").CAObject::ResultTable/zh | Result..."
- 09:11, 3 October 2015 diff hist -6 Working with Models, Modules, and Files in ADE/zh Created page with "对于在C#中读取一个.NET数组中的一个多维结果的语法值得提一下:<tt> :Array theWholeTable = (Array) tableResult.GetSafeArray( );</tt>"
- 09:11, 3 October 2015 diff hist +156 N Translations:Working with Models, Modules, and Files in ADE/54/zh Created page with "对于在C#中读取一个.NET数组中的一个多维结果的语法值得提一下:<tt> :Array theWholeTable = (Array) tableResult.GetSafeArray( );</tt>" current
- 09:09, 3 October 2015 diff hist +356 Working with Models, Modules, and Files in ADE/zh
- 09:09, 3 October 2015 diff hist +356 Translations:Working with Models, Modules, and Files in ADE/53/zh
- 09:05, 3 October 2015 diff hist -1 Working with Models, Modules, and Files in ADE/zh
- 09:05, 3 October 2015 diff hist -1 Translations:Working with Models, Modules, and Files in ADE/52/zh
- 09:05, 3 October 2015 diff hist -344 Working with Models, Modules, and Files in ADE/zh Created page with "上面的代码使用了 GetSafeArray将整个表格存储到'''TheWholeTable'''中。"
- 09:05, 3 October 2015 diff hist +107 N Translations:Working with Models, Modules, and Files in ADE/53/zh Created page with "上面的代码使用了 GetSafeArray将整个表格存储到'''TheWholeTable'''中。"
- 09:03, 3 October 2015 diff hist +33 Working with Models, Modules, and Files in ADE/zh Created page with "===通过一次调用检索一个 完整的Visual Basic或者.NET数组表格=== 使用GetSafeArray 方法: <tt> :Dim Obj As CAObject :Dim TableResult As CATable/zh | CAT..."
- 09:03, 3 October 2015 diff hist +944 N Translations:Working with Models, Modules, and Files in ADE/52/zh Created page with "===通过一次调用检索一个 完整的Visual Basic或者.NET数组表格=== 使用GetSafeArray 方法: <tt> :Dim Obj As CAObject :Dim TableResult As CATable/zh | CAT..."
- 09:00, 3 October 2015 diff hist +25 Working with Models, Modules, and Files in ADE/zh Created page with "=== 控制由GetDataByLabels、GetDataByElements、AtomicValue,或者GetSafeArray方法获得的元素格式=== 设定CATable的RenderingStyle 属性: <tt> :Dim TableResult..."
- 09:00, 3 October 2015 diff hist +922 N Translations:Working with Models, Modules, and Files in ADE/51/zh Created page with "=== 控制由GetDataByLabels、GetDataByElements、AtomicValue,或者GetSafeArray方法获得的元素格式=== 设定CATable的RenderingStyle 属性: <tt> :Dim TableResult..."
- 08:57, 3 October 2015 diff hist -2 Working with Models, Modules, and Files in ADE/zh
- 08:57, 3 October 2015 diff hist -2 Translations:Working with Models, Modules, and Files in ADE/50/zh
- 08:57, 3 October 2015 diff hist +3 Working with Models, Modules, and Files in ADE/zh
- 08:57, 3 October 2015 diff hist +3 Translations:Working with Models, Modules, and Files in ADE/48/zh
- 08:57, 3 October 2015 diff hist +28 Working with Models, Modules, and Files in ADE/zh Created page with "上面的代码使用了 GetDataByLabels检索<tt>Index2="SomeLabelInIndex2",Index1="SomeLabelInIndex1"</tt>位置上的元素,并将结果存储..."
- 08:57, 3 October 2015 diff hist +207 N Translations:Working with Models, Modules, and Files in ADE/50/zh Created page with "上面的代码使用了 GetDataByLabels检索<tt>Index2="SomeLabelInIndex2",Index1="SomeLabelInIndex1"</tt>位置上的元素,并将结果存储..."
- 08:55, 3 October 2015 diff hist +67 Working with Models, Modules, and Files in ADE/zh Created page with "===通过索引标签检索表格中的元素=== 使用 GetDataByLabels 方法: <tt> :Dim Obj As CAObject :Dim TableResult As ..."
- 08:55, 3 October 2015 diff hist +1,079 N Translations:Working with Models, Modules, and Files in ADE/49/zh Created page with "===通过索引标签检索表格中的元素=== 使用 GetDataByLabels 方法: <tt> :Dim Obj As CAObject :Dim TableResult As ..."
- 08:52, 3 October 2015 diff hist +26 Working with Models, Modules, and Files in ADE/zh Created page with "该代码使用了 GetDataByElements检索位置<tt>Index2=2, Index1=1</tt>上的元素并将结果存储到该'''Element(元素)'''。"
- 08:52, 3 October 2015 diff hist +166 N Translations:Working with Models, Modules, and Files in ADE/48/zh Created page with "该代码使用了 GetDataByElements检索位置<tt>Index2=2, Index1=1</tt>上的元素并将结果存储到该'''Element(元素)'''。"
- 08:50, 3 October 2015 diff hist +68 Working with Models, Modules, and Files in ADE/zh Created page with "===通过索引顺序检索表格中的元素=== 使用 GetDataByElements 方法: <tt> :Dim Obj As CAObject :Dim TableResult As..."
- 08:50, 3 October 2015 diff hist +1,074 N Translations:Working with Models, Modules, and Files in ADE/47/zh Created page with "===通过索引顺序检索表格中的元素=== 使用 GetDataByElements 方法: <tt> :Dim Obj As CAObject :Dim TableResult As..."