UserInterface.ObjectNameToDisplay Property

Top 

Description

This property has been Deprecated. See the 'Custom User Interfaces' guide in the help file for more information on setting up a UserInterface Object.

 

The name of the object for which to show a pre-defined user interface. Not used at this time.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

 

Attributes

Type:

string

Access:

read/write

Default Value:

""

 

Syntax

myString1 = myUserInterface1.ObjectNameToDisplay;

 

myUserInterface1.ObjectNameToDisplay = myString1;

 

See also

UserInterface Object

Custom User Interface Guide