System Console and Toolkit Tcl Command Reference Manual

ID 683101
Date 4/01/2024
Public
Document Table of Contents

2.1.14. get_display_item_property

Description

Retrieves a property of a display item.

Availability

All contexts except: CHANNEL, DISCOVER

Usage

get_display_item_property <id> <display-item-property>

ReturnType

various

Returns

Returns the value of the display item's property.

Arguments

id
ID of the property' display item.
display-item-property
The name of the property.

Example

set my_label [get_display_item_property my_action DISPLAY_NAME]