ViewWindow.GetCelestialObjectGlobeOptions(Variable, GlobeOptions) Method

Top 

Description

Populates the specified GlobeOptions object with the display settings for the specified CelestialObject. If you want the value to reflect modifications made by the user in the output screen, first call the Synchronize method.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Method Signature

ViewWindow.GetCelestialObjectGlobeOptions(

Variable objectId,


GlobeOptions globeOptions)

 

 

Arguments

objectId


Description:

The object id associated with the CelestialObject which should be queried.

 

 

globeOptions


Description:

The GlobeOptions object which will be populated.

 

 

 

Syntax

myViewWindow1.GetCelestialObjectGlobeOptions(myVariable1, myGlobeOptions1);

 

 

See also

ViewWindow Object

ViewWindow Guide