ViewWindow.ShowMapShadow Property

Top 

Description

This property has been Deprecated. Please use ViewWindow.CurrentViewpoint.MapView.ShowTerminatorShadow instead.

 

Determines whether the areas of the mapped body obscured from the Sun are drawn with either a muted color or night texture in the 2d map 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:

boolean

Access:

read/write

Default Value:

true

 

Syntax

myVariable1 = myViewWindow1.ShowMapShadow;

 

myViewWindow1.ShowMapShadow = myVariable1;

 

See also

ViewWindow Object

ViewWindow Guide