GetAdditionalInfo
Get storage information from SPC.
BOOL GetAdditionalInfo(string& strTextInfo)
return FALSE if nothing special about this column, and return TRUE if there are additional info about and we will format it as text in the following form: [SubjectName] contents
EX1
void Column_GetAdditionalInfo_Ex1() { Worksheet wks = Project.ActiveLayer(); Column col(wks, 0); string strTextInfo; col.GetAdditionalInfo(strTextInfo); out_str(strTextInfo); }
origin.h