ViewWindow.SetCelestialObjectGlobeOptions(Variable, GlobeOptions) Method

Top 

Description

Uses the specified GlobeOptions object to set the display settings for the specified CelestialObject.

 

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.

 

Method Signature

ViewWindow.SetCelestialObjectGlobeOptions(

Variable objectId,


GlobeOptions globeOptions)

 

 

Arguments

objectId


Description:

The object id associated with the CelestialObject whose globe options will be set.

 

 

globeOptions


Description:

The GlobeOptions object from which the globe options will be pulled.

 

 

 

Syntax

myViewWindow1.SetCelestialObjectGlobeOptions(myVariable1, myGlobeOptions1);

 

 

See also

ViewWindow Object

ViewWindow Guide