ViewWindow.InstantaneousMapWidth Property

Top 

Description

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

 

Dynamically set the width 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:

360

Valid Range:

0.001 ≤ ViewWindow.InstantaneousMapWidth ≤ 360

 

Syntax

myVariable1 = myViewWindow1.InstantaneousMapWidth;

 

myViewWindow1.InstantaneousMapWidth = myVariable1;

 

See also

ViewWindow Object

ViewWindow Guide