Share

AcPlPlotProgress::setPlotProgressRange

C++

virtual void setPlotProgressRange(
    int nLower, 
    int nUpper
) = 0;

Description

Sets the upper and lower limits of the plot progress range in a multi-sheet scenario. Clients of the plot progress dialog usually specify the range within which the plot progress updates using this method.

Parameters

Parameters Description
nLower Input lower limit of the plot progress range
nUpper Input upper limit of the plot progress range

Links

AcPlPlotProgress

Was this information helpful?