FFEphemProperties.RemoveColumn(Variable) Method

Top 

Description

Removes the column specified by 'columnIndex' 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. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

FFEphemProperties.RemoveColumn(

Variable columnIndex)

 

 

Arguments

columnIndex


Description:

The index within the ephemeris that specifies a column.

Valid Range:

columnIndex ≥ 0

 

 

 

Return Value

Type:

number

 

 

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

 

Syntax

myVariable1 = myFFEphemProperties1.RemoveColumn(myVariable2);

 

 

See also

FFEphemProperties Object

FFEphemProperties.RemoveColumn

Working with Ephemerides