AcMapQuery::GetStringToDisplay Function

Land Desktop Development ARX CPP SDK

Up a level
AcMapQuery:: GetStringToDisplay Function
 
 

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.