pltIExportCtrl GetSource
Finds the source that is being used in the export.
Syntax
pltIMacro_handle GetSource
Application
Tcl Query
Description
This command finds the source that is being used in the export. 
    - All pages
 - Current page
 - Page range
 - Current plot
 - Selected plot
 
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetMacroHandle mh 1;
mh GetExportCtrlHandle ex;
ex GetSource;
      Errors
Success (the source) or an error message is returned.
Keywords
Tcl
Export
Query