【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.3.19.20 vectorbase::GetOutputComment
Contents
Description
Gets the column comment when used within X-Function framework. Now only support vector and composite range type variable.
Syntax
string GetOutputComment( )
Parameters
Return
Examples
EX1
// XFunction body void xfTest(const vector& vIn, vector& vOut) { string strComment = vOut.GetOutputComment(); strComment += "\r\n"; strComment += "Additional Comment"; vOut.SetOutputComment(strComment); }
Remark
See Also
Header to Include
origin.h