Retrieves the string representation of the query.
virtual AcMap::EErrCode
GetStringToDisplay(
char*& pszString) const = 0;
Returns AcMap::kOk in case of success, appropriate error code otherwise.
pszString | Output query string. Your application is responsible for releasing the memory allocated for it. |