ViewWindow.ShowMapLatLongGrid Property

Top 

Description

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

 

Determines whether a latitude/longitude grid is drawn 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.ShowMapLatLongGrid;

 

myViewWindow1.ShowMapLatLongGrid = myVariable1;

 

See also

ViewWindow Object

ViewWindow Guide