Share

AcPlPlotProgress::getStatusMsgString

C++

virtual bool getStatusMsgString(
    AcString & sMsg
) const = 0;

Description

The plotting pipeline uses this method to get the status string of the sheet currently being plotted. The string retrieved by this process is usually the stage status of the current sheet.

Parameters

Parameters Description
sMsg Output plot stage status string for the sheet that is currently being plotted

Returns

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

Links

AcPlPlotProgress

Was this information helpful?