Difference between revisions of "CATable::GetSafeArray/zh"
(Created page with "= 示例用法 =") |
(Created page with "作为一个VB数组获取内容的Visual basic代码 <code> :dim Var As CAObject :Dim curTable :curTable = Var.GetSafeArray </code>") |
||
Line 14: | Line 14: | ||
= 示例用法 = | = 示例用法 = | ||
− | + | 作为一个VB数组获取内容的Visual basic代码 | |
<code> | <code> | ||
:dim Var As CAObject | :dim Var As CAObject |
Revision as of 09:12, 17 October 2015
ADE User Guide > ADE Server Class Reference > CATable
CATable::GetSafeArray( )
Retrieves the CATable as a safe array (i.e., a Visual Basic array, .NET array, etc). The ordering of the dimensions is controlled by the SetIndexOrder method. The elements of each dimension are indexed 1 to N, where N is the size of each index.
When you are reading an array with 2 or more dimensions, you should call SetIndexOrder first to ensure the order of dimensions in the result are in the order you would like.
返回值
数组
示例用法
作为一个VB数组获取内容的Visual basic代码
- dim Var As CAObject
- Dim curTable
- curTable = Var.GetSafeArray
See Also
Comments
Enable comment auto-refresher