Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiGetWinObjName

hiGetWinObjName(
w_dockWindowID
)
=> t_name / nil

Description

Gets the window name that is used to store the dock assistant’s workspace information. This name is set with the hiSetWinObjName function.

Argument

w_dockWindowID

The dock window ID. You can get a dock window ID with the dwindow function.

Value Returned

t_name

The window name.

nil

The window is a session window.

Examples

hiGetWinObjName( dwindow ( 1 ) )

Related Topics

Workspace Functions

hiGetWinConfig

hiSaveWinConfig

hiReadWinConfig

hiApplyWinConfig

hiWinConfigModified

hiGetWinConfigInfo

hiSetWinObjName


Return to top
 ⠀
X