hwIClientInfo GetDisplayName

Finds the display name of the client.

Syntax

hwIClientInfo_handle GetDisplayName

Application

HyperWorks Tcl Query

Description

This command finds the display name of the client being used. Client types include: HyperGraph 2D, HyperGraph 3D, MediaView, TextView, MotionView, HyperMesh, or HyperView.

Example

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

Error

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

Keywords

HyperWorks

Tcl

Query