ViewWindow.InstantaneousCelestialSphereRadius Property (deprecated)

Top 

Description

This property has been deprecated as of FreeFlyer version 7.0. Please use ViewWindow.CurrentViewpoint.CelestialSphereView.Radius instead.

 

Dynamically set the camera translation of the celestial sphere view mode.

 

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:

number

Access:

read/write

Units:

km

Default Value:

30000

Valid Range:

ViewWindow.InstantaneousCelestialSphereRadius > 0

 

Syntax

myVariable1 = myViewWindow1.InstantaneousCelestialSphereRadius;

 

myViewWindow1.InstantaneousCelestialSphereRadius = myVariable1;

 

See also

ViewWindow Object

ViewWindow Guide