EphemerisVector.AddColumns(StringArray) Method

Top 

Description

Adds a new column to the EphemerisVector with the specified column label.

 

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

EphemerisVector.AddColumns(

StringArray columnNames)

 

 

Arguments

columnNames


Description:

Names of columns to get.

 

 

 

Return Value

Type:

number

 

 

Returns the number of columns in the EphemerisVector after the new column is added.

 

Syntax

myVariable1 = myEphemerisVector1.AddColumns(myStringArray1);

 

 

See also

EphemerisVector Object

Working with Ephemerides