hwIReportTemplate SetParameterEnabled

Sets the parameter state to true or false.

Syntax

hwIReportTemplate SetParameterEnabled name, state

Application

HyperWorks Tcl Query

Description

Sets the parameter state to true or false.

Inputs

name
The name of the given parameter.
state
True
The parameter is enabled.
False
The parameter is not enabled.

Example

hwi GetSessionHandle sess;
sess GetReportTemplateHandle rep 1;
rep SetParameterEnabled paramterName state;

Error

Success (0) or an error code.

Keywords

HyperWorks

Tcl

Report Template

Template

Query