Share

AcPlPlotProgressDialog::getPlotMsgString

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

AcPlPlotProgressDialog

Previous Declaration

virtual bool getPlotMsgString(PlotMSGIndex index, ACHAR *& pMsg) const = 0;

Use Instead

virtual bool getPlotMsgString(PlotMSGIndex index, AcString & sMsg) const = 0;

Was this information helpful?