hwIClientInfo GetName

Finds the name of the client.

Syntax

hwIClientInfo_handle GetName

Application

HyperWorks Tcl Query

Description

This command finds the name of the client the you are using. It differs from GetDisplayName in that it finds the name of the client, rather than the program that the client uses (or its display name). This name is displayed in the tab next to the Session tab if the GUI.

Example

hwi OpenStack;
hwi GetSessionHandle sess;
sess GetClientInfoHandle ci Plot;
ci GetName;

Error

The name or an error message is returned.

Keywords

HyperWorks

Tcl

Query