ClassesClasses | | Operators

gnuplot_closegnuplot_closeGnuplotCloseGnuplotClose (Operator)

Name

gnuplot_closegnuplot_closeGnuplotCloseGnuplotClose — Close all open gnuplot files or terminate an active gnuplot sub-process.

Warning

gnuplot_closegnuplot_closeGnuplotCloseGnuplotCloseGnuplotClose is obsolete and is only provided for reasons of backward compatibility.

Signature

gnuplot_close( : : GnuplotFileID : )

Herror gnuplot_close(const Hlong GnuplotFileID)

Herror T_gnuplot_close(const Htuple GnuplotFileID)

void GnuplotClose(const HTuple& GnuplotFileID)

static void HOperatorSet.GnuplotClose(HTuple gnuplotFileID)

Description

gnuplot_closegnuplot_closeGnuplotCloseGnuplotCloseGnuplotClose closes all gnuplot files opened by gnuplot_open_filegnuplot_open_fileGnuplotOpenFileGnuplotOpenFileGnuplotOpenFile or terminates the gnuplot sub-process created with gnuplot_open_pipegnuplot_open_pipeGnuplotOpenPipeGnuplotOpenPipeGnuplotOpenPipe. In the latter case, all temporary files used to display images and control values are deleted. This means that gnuplot_closegnuplot_closeGnuplotCloseGnuplotCloseGnuplotClose must be called after such a plot sequence. GnuplotFileIDGnuplotFileIDGnuplotFileIDGnuplotFileIDgnuplotFileID is the identifier of the corresponding gnuplot output stream.

Execution Information

Parameters

GnuplotFileIDGnuplotFileIDGnuplotFileIDGnuplotFileIDgnuplotFileID (input_control)  gnuplot_id HGnuplot, HTupleHTupleHtuple (integer) (IntPtr) (Hlong) (Hlong)

Identifier for the gnuplot output stream.

Result

gnuplot_closegnuplot_closeGnuplotCloseGnuplotCloseGnuplotClose returns 2 (H_MSG_TRUE) if GnuplotFileIDGnuplotFileIDGnuplotFileIDGnuplotFileIDgnuplotFileID is a valid gnuplot output stream. Otherwise, an exception is raised.

Possible Predecessors

gnuplot_open_pipegnuplot_open_pipeGnuplotOpenPipeGnuplotOpenPipeGnuplotOpenPipe, gnuplot_open_filegnuplot_open_fileGnuplotOpenFileGnuplotOpenFileGnuplotOpenFile, gnuplot_plot_imagegnuplot_plot_imageGnuplotPlotImageGnuplotPlotImageGnuplotPlotImage

See also

gnuplot_open_pipegnuplot_open_pipeGnuplotOpenPipeGnuplotOpenPipeGnuplotOpenPipe, gnuplot_open_filegnuplot_open_fileGnuplotOpenFileGnuplotOpenFileGnuplotOpenFile, gnuplot_plot_imagegnuplot_plot_imageGnuplotPlotImageGnuplotPlotImageGnuplotPlotImage

Module

Foundation


ClassesClasses | | Operators