pltIExportCtrl GetSource
Finds the source that is being used in the export.
Syntax
pltIMacro_handle GetSource
Application
HyperWorks Tcl Query
Description
- 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
HyperWorks
Tcl
Export
Query