Share

AcPlPlotProgress::getSheetProgressRange

C++

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

Description

Gets the upper and lower limits of the sheet progress range.

Parameters

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

Links

AcPlPlotProgress

Was this information helpful?