LifetimeOrbitPropagatorInitialConditions Property |
Gets or sets the mean elements representing the initial conditions of the orbit. These elements
commonly represent the position in the
"True of Date" frame.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public KozaiIzsakMeanElements InitialConditions { get; set; }
Public Property InitialConditions As KozaiIzsakMeanElements
Get
Set
public:
property KozaiIzsakMeanElements^ InitialConditions {
KozaiIzsakMeanElements^ get ();
void set (KozaiIzsakMeanElements^ value);
}
member InitialConditions : KozaiIzsakMeanElements with get, set
Property Value
Type:
KozaiIzsakMeanElementsSee Also