UserInterface.DefaultValue Property (deprecated)

Top 

Description

This property has been deprecated as of FreeFlyer version 6.0. See the 'Custom User Interfaces' guide in the help file for more information on setting up a UserInterface Object.

 

The default value that the parameter will have when the input dialog is launched. This can either be a string or a value. If it is a string, FreeFlyer will treat the string as an object parameter, and the default value will be the evaluation of that string. If EntryType = DropDown, the user must enter all desired options in this field separated with a comma (",").

 

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 string

Access:

read/write

 

Syntax

myString1 = myUserInterface1.DefaultValue[0];

 

myUserInterface1.DefaultValue[0] = myString1;

 

See also

UserInterface Object

Custom User Interface Guide