ViewWindow.ViewMode Property

Top 

Description

This property has been Deprecated. Please use ViewWindow.CurrentViewpoint.ViewpointType instead.

 

Sets the view mode of the Mission View.

 

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

"view"

3D View

"map"

2D Map

"celestialsphere"

Celestial Sphere

"sensorview"

Sensor View

"blockageview"

Blockage Diagram View

"starmap"

Star Map

"rotatingpulsatingview"

Rotating Pulsating View



 

Syntax

myViewWindow1.ViewMode = myString1;

 

See also

ViewWindow Object

ViewWindow Guide