GlobeOptions.NumberOfLineLayers Property

Top 

Description

The number of line layers. Line layers can be used to render political boundaries such as state and country borders. They can also be used to render any user-specified latitude/longitude datasets on the surface of any CelestialObject.

 

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.

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:

GlobeOptions.NumberOfLineLayers ≥ 0

 

Syntax

myVariable1 = myGlobeOptions1.NumberOfLineLayers;

 

myGlobeOptions1.NumberOfLineLayers = myVariable1;

 

See also

GlobeOptions Object

Globe Layers Guide