pltIPlotManager RegisterExportTemplate
Registers and saves an export template based on an exported file.
Syntax
pltIPlotManager_handle RegisterExportTemplate template_name, filename
Application
HyperWorks Tcl Modify
Description
This command registers and saves an export template based on an exported file.
Inputs
- template_name
- The name that you want to call the template.
- filename
- The name of the file that you want to use for the template.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm RegisterExportTemplate NewTemp doit.dat;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Export
Create
Modify