System Console and Toolkit Tcl Command Reference Manual

ID 683101
Date 9/26/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

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]