hwIReportTemplate LoadResolutions

Loads the resolution file.

Syntax

hwIReportTemplate LoadResolutions filename

Application

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

Tcl

Report Template

Template

Query