WindowOverlayShape.SetOrigin Method

Top 

Description

Sets the origin to which this shape's position is referenced with respect to the viewable ViewWindow area.

 

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.

 

Overload List

Signatures

Return Value

Description

WindowOverlayShape.SetOrigin(Array positionICRF)

None

Sets the origin to a Cartesian position in the ICRF projected to the view plane.

WindowOverlayShape.SetOrigin(CelestialObject co)

None

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

WindowOverlayShape.SetOrigin(GroundStation g)

None

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

WindowOverlayShape.SetOrigin(Spacecraft sc)

None

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

WindowOverlayShape.SetOrigin(Variable units, Variable x, Variable y)

None

Sets the origin using the specified units to the specified location on the view plane with 0,0 as the upper-left and 1,1 as the lower-right.

 

 

See also

WindowOverlayShape Object