|
Contents | Previous | Next | Subchapters |
| Syntax |
status = OMServer.GetData(arraySize,dataDst) |
| See Also | comgetmatrix , comnrows , and comncols |
GetMatrix. The argument dataDst
is a pointer to a double-precision array that has been allocated with
arraySize elements. The arraySize value
should be the product of NRows
and
NCols
after GetMatrix
has been called to retrieve a matrix.
The returned value status is an integer
OM Server Status
code. This value will equal 1
if this function succeeded.
GetMatrix and
GetData is provided in the GetMatrix
section.