TwoBody.Save(String) Method

Top 

Description

Save the object's state using the provided label so that it can be restored with the Restore method later.

 

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

TwoBody.Save(

String label)

 

 

Arguments

label


Description:

The label for the saved state. This label can be used with the Restore method for restoring the object to the object's current state.

 

 

 

Syntax

myTwoBody1.Save(myString1);

 

 

See also

TwoBody Object

TwoBody.Save

Spacecraft Propagators

Setting up an Integrator