Ephemeris.AddVectorData(TimeSpan, Array) Method

Top 

Description

Adds the data contained in 'state' object to the Ephemeris at the end of the existing ephemeris data

 

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

Ephemeris.AddVectorData(

TimeSpan epoch,


Array state)

 

 

Arguments

epoch


Description:

The epoch of the state.

Units:

day

 

 

state


Description:

An array which provides the data to set into the ephemeris. (X,Y,Z,VX,VY,VZ).

Required Size:

6

 

 

 

Syntax

myEphemeris1.AddVectorData(myTimeSpan1, myArray1);

 

 

See also

Ephemeris Object

Ephemeris.AddVectorData

The Put Command

Working with Ephemerides

Ephemerides and AHF