hwIReportTemplate GetResolutionsList

Gets the resolution list.

Syntax

hwIReportTemplate GetResolutionsList list

Application

HyperWorks Tcl Query

Description

This command gets the resolved TRC (type-request-component) list.

Inputs

list
The list contains the resolved TRC (type-request-component) data.

Example

hwi GetSessionHandle sess;
sess GetReportTemplateHandle rep 1;
rep GetResolutionsList;

Error

Success (0) or an error code.

Keywords

HyperWorks

Tcl

Report Template

Template

Query