UserInterface.NumberOfInputs 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 number of user entries to be displayed in the input dialog. Each of the following entry control parameters is an array indexed from 0 to NumberOfInputs 1, with the index corresponding to the input entry field, starting at 0.

 

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:

integer

Access:

read/write

Default Value:

0

 

Syntax

myVariable1 = myUserInterface1.NumberOfInputs;

 

myUserInterface1.NumberOfInputs = myVariable1;

 

See also

UserInterface Object

Custom User Interface Guide