C++
bool getStatusMsgString( ACHAR *& pMsg ) const;
Description
Deprecated. 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 |
---|---|
pMsg | 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
Previous Declaration
virtual bool getStatusMsgString(ACHAR *& pMsg) const = 0;