ViewWindow.ForceMap2to1AspectRatio Property

Top 

Description

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

 

Determines whether the 2d map mode is always drawn with a 2:1 aspect ratio regardless of the dimensions of the Mission View window.

 

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:

false

 

Syntax

myVariable1 = myViewWindow1.ForceMap2to1AspectRatio;

 

myViewWindow1.ForceMap2to1AspectRatio = myVariable1;

 

See also

ViewWindow Object

ViewWindow Guide