EphemerisVector.AddColumn(String) Method

Top 

Description

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

 

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

EphemerisVector.AddColumn(

String columnName)

 

 

Arguments

columnName


Description:

The label that will be used for the newly added column.

 

 

 

Return Value

Type:

number

 

 

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

 

Syntax

myVariable1 = myEphemerisVector1.AddColumn(myString1);

 

 

See also

EphemerisVector Object

Working with Ephemerides