Ephemeris.GetVector(Variable, Array) Method

Top 

Description

Copies the components of the specified ephemeris vector into the specified Array and returns the number of components in that vector.

 

This method has been Deprecated. Use GetVectorData() instead.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Method Signature

Ephemeris.GetVector(

Variable vectorNumberToRetrieve,


Array arrayArgument)

 

 

Arguments

vectorNumberToRetrieve


Description:

Index of the vector to extract from Ephemeris.

Valid Range:

vectorNumberToRetrieve ≥ 0

 

 

arrayArgument


Description:

Array to hold vector components

 

 

 

Return Value

Type:

number

 

 

The number of components in the retrieved ephemeris vector.

 

Syntax

myVariable1 = myEphemeris1.GetVector(myVariable2, myArray1);

 

 

See also

Ephemeris Object

Working with Ephemerides

Ephemerides and AHF