C++
virtual void setPlotProgressPos( int nPos ) = 0;
Description
Sets the current plot progress position as specified by nPos. Clients of the plot progress dialog call this method to update the plot job progress in a multi-sheet scenario.
Parameters
Parameters | Description |
---|---|
nPos | Input current plot progress position |