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