LoadPlotWindow

long LoadPlotWindow (LPCSTR PlotFile, BOOL NewWindow);

 

Available (from release):

 

stPro Automation (V2-01)

 

Return Value:

 

Nonzero if successful otherwise 0.

 

Parameters:

 

Name:

Description:

PlotFile

Name of the plot file to load.

NewWindow

Indicates whether a new window should be created (if True).

 

Remarks:

 

Call this function to load a plot file into an existing or a new window.

 

Note:  If NewWindow is set to True a new window is created, if False then the plot is loaded into the current plot window.

Tip:  If NewWindow is True and no plot file is specified (or the file does not exist) then an empty plot window will result.