hwIReportTemplate GetName

Finds the name of the report.

Syntax

hwIReportTemplate_handle GetName

Application

HyperWorks Tcl Query

Description

This command returns a string indicating the report name.

Example

hwi GetSessionHandle sess;
sess GetReportTemplateHandle rep 1;
rep GetName;

Error

Success (the report name) or an error message is returned.

Keywords

HyperWorks

Tcl

Report Template

Template

Modify