hwISession GetClientInfoHandle

Gets the client info handle.

Syntax

hwISession_handle GetClientInfoHandle info, name

Application

HyperWorks Tcl Query

Description

This command returns the client info handle.

Inputs

info
The name that you want to call the client info handle.
name
The client that you want to get the handle of. The types include: Plot, Animation, Video, TextEditor, Model, Plot3D, and FePre. If you forget the different client types, call the GetClientList command to list the different client types.

Example

hwi GetSessionHandle sess;
sess GetClientInfoHandle plotInfo Plot;

Error

Returns success (the handle) or an error code.

Keywords

HyperWorks

Tcl

Client

Query

Create