UserInterface.ExplicitEdit 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.

 

Boolean flag used to indicate whether the user must click a check box for a given field before exiting the dialog. 0 = False, 1 = True.

 

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:

Array of boolean

Access:

read/write

 

Syntax

myVariable1 = myUserInterface1.ExplicitEdit[0];

 

myUserInterface1.ExplicitEdit[0] = myVariable1;

 

See also

UserInterface Object

Custom User Interface Guide