MapViewpointOptions.LongitudeGridLabelConfig Property

Top 

Description

This property has been Deprecated. Please use the Viewpoint.MapView.LongitudeGridLabelLocation property instead.

 

Determines if and where the latitude grid labels are drawn. If the grid is not visible, this property has no effect.

 

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:

1 ( Bottom )

Valid Values:

Value

Label

0

None

1

Bottom

2

Top

3

Bottom and Top

 

Syntax

myVariable1 = myMapViewpointOptions1.LongitudeGridLabelConfig;

 

myMapViewpointOptions1.LongitudeGridLabelConfig = myVariable1;

 

See also

MapViewpointOptions Object

2D Map Viewpoints Guide