FFEphemProperties.AddColumn(String) Method

Top 

Description

Adds a new column to the ephemeris with the specified column label that will be interpolated using the '5th Order Spline' interpolator.

 

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

FFEphemProperties.AddColumn(

String columnLabel)

 

 

Arguments

columnLabel


Description:

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

 

 

 

Return Value

Type:

number

 

 

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

 

Syntax

myVariable1 = myFFEphemProperties1.AddColumn(myString1);

 

 

See also

FFEphemProperties Object

FFEphemProperties.AddColumn

Working with Ephemerides