WindowOverlayShape.SetOrigin(CelestialObject) Method

Top 

Description

Sets the origin to the position of a CelestialObject projected to the view plane.

 

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.

 

Method Signature

WindowOverlayShape.SetOrigin(

CelestialObject co)

 

 

Arguments

co


Description:

CelestialObject whose position is projected to the view plane

 

 

 

Syntax

myWindowOverlayShape1.SetOrigin(myCelestialObject1);

 

 

See also

WindowOverlayShape Object

WindowOverlayShape.SetOrigin