FFEphemProperties.RemoveColumn(String) Method

Top 

Description

Removes the column specified by 'columnLabel' from the ephemeris. Returns the number of columns in the ephemeris after the specified column is removed.

 

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.RemoveColumn(

String columnLabel)

 

 

Arguments

columnLabel


Description:

The label that identifies a column.

 

 

 

Return Value

Type:

number

 

 

Returns the number of columns in the ephemeris after the specified column is removed.

 

Syntax

myVariable1 = myFFEphemProperties1.RemoveColumn(myString1);

 

 

See also

FFEphemProperties Object

FFEphemProperties.RemoveColumn

Working with Ephemerides