【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.3.19.24 vectorbase::GetSourceDataRange
Contents
Description
To get the DataRange from a vector when the vector is an input/output variable in X-Function framework.
Syntax
DataRange GetSourceDataRange( )
Parameters
Return
Examples
EX1
// XFunction body void vectorbase_GetSourceDataRange_ex1(const vector& vIn, vector& vOut) { DataRange drIn; drIn = vIn.GetSourceDataRange(); DataRange drOut; drOut = vOut.GetSourceDataRange(); }
Remark
See Also
Header to Include
origin.h