DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: DisplayName for Property <Data>

Property: DisplayName for Property <Data>

Specifies the display name of a property in the script interface for internal data. The display name is the property name that DIAdem displays on the user interface.

Object.DisplayName
ObjectProperty <Data>
Object with this property
Object.DisplayNameString with read access

The following example outputs the display name of the first property of the default channel group:

VBScriptPython

 

Call MsgBoxDisp (Data.Root.ActiveChannelGroup.Properties(1).DisplayName)
In This Section
Was this information helpful?