ViewWindow.ReferenceFrame Property

Top 

Description

This property has been Deprecated. Please use the ViewWindow.CurrentViewpoint.ThreeDView.ReferenceFrame, ViewWindow.CurrentViewpoint.MapView.ReferenceFrame and ViewWindow.CurrentViewpoint.CelestialSphereView.ReferenceFrame properties instead. If the deprecated ViewWindow.ReferenceFrame property is used, it will control the ThreeDView, MapView, or CelestialView properties depending on the current CurrentViewpoint.ViewpointType. If the current ViewpointType does not use the ReferenceFrame property, the deprecated Viewpoint.ReferenceFrame property will return a default value or have no effect.

 

The frame in which the offsets to the camera are applied.

 

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:

string

Access:

write

Valid Values:

Value

Label

"body fixed"

Body Fixed

"inertial"

Inertial



 

Syntax

myViewWindow1.ReferenceFrame = myString1;

 

See also

ViewWindow Object

ViewWindow Guide