MapViewpointOptions.LongitudeGridLabelInterval Property

Top 

Description

The ratio of longitude grid lines to labels. For example, if the interval is one there will be one label for each line. If the interval is two there will be one label for every two grid lines. If the interval is zero, the ratio will be automatically managed according to the current viewpoint and window size.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0

Valid Range:

MapViewpointOptions.LongitudeGridLabelInterval ≥ 0

 

Syntax

myVariable1 = myMapViewpointOptions1.LongitudeGridLabelInterval;

 

myMapViewpointOptions1.LongitudeGridLabelInterval = myVariable1;

 

See also

MapViewpointOptions Object

2D Map Viewpoints Guide