Share

AcPlPlotProgress::getPlotProgressRange

C++

virtual void getPlotProgressRange(
    int & nLower, 
    int & nUpper
) const = 0;

Description

Gets the upper and lower limits of the plot progress range in a multi-sheet scenario.

Parameters

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

Links

AcPlPlotProgress

Was this information helpful?