ViewWindow.InstantaneousMapHeight Property

Top 

Description

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

 

Dynamically set the height of the image shown in the 2d Map mode.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Attributes

Type:

number

Access:

read/write

Units:

deg

Default Value:

180

Valid Range:

0.001 ≤ ViewWindow.InstantaneousMapHeight ≤ 180

 

Syntax

myVariable1 = myViewWindow1.InstantaneousMapHeight;

 

myViewWindow1.InstantaneousMapHeight = myVariable1;

 

See also

ViewWindow Object

ViewWindow Guide