pltIExportCtrl GetFormat
Finds the format type of the exported file.
Syntax
pltIMacro_handle GetFormat
Application
HyperWorks Tcl Query
Description
This command finds the format type of the exported file. The different types include: Excel, Column, XY Data, X GRAPH, Summary, Adams Spline, Altair Binary, CSV Blocks, DAC, RPC, and Excel Europe. These types can also be found by calling the GetFormatList function.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetMacroHandle mh 1;
mh GetExportCtrlHandle ex;
ex GetFormat;
Errors
Success (the filename) or an error message is returned.
Keywords
HyperWorks
Tcl
Export
Query