C++
bool getPlotMsgString( PlotMSGIndex index, ACHAR *& pMsg ) const;
Description
Deprecated. Gets the strings that appear in different UI controls of the plot progress dialog created by acplCreatePlotProgressDialog().
Parameters
Parameters | Description |
---|---|
index | Input PlotMSGIndex of the string to get |
pMsg | Output message string indexed by PlotMSGIndex |
Returns
Returns true if the message string was successfully retrieved from the plot progress dialog.
Links
Previous Declaration
virtual bool getPlotMsgString(PlotMSGIndex index, ACHAR *& pMsg) const = 0;
Use Instead
virtual bool getPlotMsgString(PlotMSGIndex index, AcString & sMsg) const = 0;