FFEphemProperties.SetVectorComment(Variable, String) Method

Top 

Description

Sets the comment for the vector specified by 'vectorIndex' to the string value denoted by 'comment'.

 

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

Variable vectorIndex,


String comment)

 

 

Arguments

vectorIndex


Description:

The index within the ephemeris that specifies a vector.

Valid Range:

vectorIndex ≥ 0

 

 

comment


Description:

The comment to put into the ephemeris vector.

 

 

 

Syntax

myFFEphemProperties1.SetVectorComment(myVariable1, myString1);

 

 

See also

FFEphemProperties Object

Working with Ephemerides