pltIExportCtrl Export
Exports an export file.
Syntax
pltIMacro_handle Export
Application
HyperWorks Tcl Modify
Description
This command exports a file to the location specified. You must name the file before it can be exported.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetMacroHandle mh 1;
mh GetExportCtrlHandle ex;
ex Export;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Export
Create