UserInterface.MaximumRange 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 maximum value that the inputted parameter value may have. If this value is set less than the MinimumRange, then no range checking is done.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Attributes

Type:

Array of number

Access:

read/write

 

Syntax

myVariable1 = myUserInterface1.MaximumRange[0];

 

myUserInterface1.MaximumRange[0] = myVariable1;

 

See also

UserInterface Object

Custom User Interface Guide