pltIPlotManager GetExportCtrlHandle
Gets the export control handle.
Syntax
pltIPlotManager_handle GetExportCtrlHandle iExp
Application
HyperWorks Tcl Query
Description
This command gets the export control handle. With the export control handle, you can modify the aspects of the export, including format, the file name, and the source. You can also export files with the export control handle.
Inputs
- iExp
- The name that you want to call the export control handle.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetExportCtrlHandle exp;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Export
Query