hwIClientInfo GetImageName
Finds the image name.
Syntax
hwIClientInfo_handle GetImageName large
Application
HyperWorks Tcl Query
Description
This command finds the name of the client image being used. The name also contains the size of the image (either 24-bit or 16-bit).
Inputs
- large
- This variable gets the image name in a bigger or smaller size, depending on your preferences. The input for the large variable is either 1 or 0 (representing true or false). A "1" (true) indicates the you want the larger image size, while "0" (false) indicates you want the smaller image size.
Example
hwi OpenStack;
hwi GetSessionHandle sess;
sess GetClientInfoHandle ci Plot;
ci GetImageName 0;
Error
The display name or an error message is returned.
Keywords
HyperWorks
Tcl
Query