pltIExportCtrl GetFormatList
Gets the format list.
Syntax
pltIMacro_handle GetFormatList
Application
HyperWorks Tcl Query
Description
This command finds the different possible format types. The different types include: Excel, Column, XY Data, X GRAPH, Summary, Adams Spline, Altair Binary, CSV Blocks, DAC, RPC, and Excel Europe.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetMacroHandle mh 1;
mh GetExportCtrlHandle ex;
ex GetFormatList;
Errors
Success (the format type list) or an error message is returned.
Keywords
HyperWorks
Tcl
Export
Query