pltIExportCtrl GetFilename

Finds the name of a file.

Syntax

pltIMacro_handle GetFilename

Application

Tcl Query

Description

This command finds the name of an export file and outputs the filename. When a filename has not been created, nothing is output.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetMacroHandle mh 1;
mh GetExportCtrlHandle ex;
ex GetFilename;

Errors

The filename or an error message is returned.

Keywords

Tcl

Export

Query