poIAssembly SetIDVisibility

Sets the display state of the assembly ID (on or off).

Syntax

assem_handle SetIDVisibility state

Application

HyperView Tcl Modify

Description

This command sets the display state of the assembly ID (on or off).

Inputs

state
True or False.

Example

To turn on the ID visibility 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 SetIDVisibility true

hwi CloseStack

Error

Returns an non-zero value if an error occurs.