poIAssembly GetIDVisibility

Gets the visibility state of the assembly ID.

Syntax

assem_handle GetIDVisibility

Application

HyperView Tcl Query

Description

This command retrieves the visibility state of the assembly ID (True or False).

Example

To get the ID visibility state of an assembly with an ID of 1:
hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetProjectHandle project_handle
project_handle GetPageHandle page_handle [project_handle GetActivePage]
page_handle GetWindowHandle window_handle [page_handle GetActiveWindow]
window_handle GetClientHandle client_handle
client_handle GetModelHandle model_handle [client_handle GetActiveModel]

model_handle GetAssemblyHandle assem_handle 1
assem_handle GetIDVisibility 

hwi CloseStack

Errors

None.