Share

AcPlPlotProgress::setIsVisible

C++

virtual bool setIsVisible(
    bool bVisible
) = 0;

Description

Client applications use this function to make the plot progress dialog visible or invisible.

The return value matches what the ShowWindow() Platform SDK API returns. That is, this function returns true if the window was already visible.

Parameters

Parameters Description
bVisible Input Boolean indicating whether to make the dialog visible (true) or invisible (false)

Links

AcPlPlotProgress

Was this information helpful?