Share

AcPlPlotProgressDialog::getPlotMsgString

C++

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

Description

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
sMsg Output message string indexed by PlotMSGIndex

Returns

Returns true if the message string was successfully retrieved from the plot progress dialog.

Links

AcPlPlotProgressDialog

Was this information helpful?