EphemerisVector.RemoveColumn(Variable) Method

Top 

Description

Removes a column from the EphemerisVector.

 

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

EphemerisVector.RemoveColumn(

Variable columnIndex)

 

 

Arguments

columnIndex


Description:

Index of column to get.

Valid Range:

columnIndex ≥ 0

 

 

 

Return Value

Type:

number

 

 

Removes a column from the EphemerisVector and returns the number of columns remaining.

 

Syntax

myVariable1 = myEphemerisVector1.RemoveColumn(myVariable2);

 

 

See also

EphemerisVector Object

EphemerisVector.RemoveColumn

Working with Ephemerides