hwIReportTemplate SaveResolutions
Saves the resolution file.
Syntax
hwIReportTemplate SaveResolutions filename
Application
HyperWorks Tcl Query
Description
Saves the resolution file.
Inputs
- filename
- The filepath of the desired file.
Example
hwi GetSessionHandle sess;
sess GetReportTemplateHandle rep 1;
rep SaveResolutions filepath;
Error
Success (0) or an error code.
Keywords
HyperWorks
Tcl
Report Template
Template
Query