ViewWindow.InstantaneousMapCenterLat Property

Top 

Description

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

 

Dynamically set the declination shown in the center of the 2d Map 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:

deg

Default Value:

0

Valid Range:

-90 ≤ ViewWindow.InstantaneousMapCenterLat ≤ 90

 

Syntax

myVariable1 = myViewWindow1.InstantaneousMapCenterLat;

 

myViewWindow1.InstantaneousMapCenterLat = myVariable1;

 

See also

ViewWindow Object

ViewWindow Guide