Sgp4Propagator.InitialConditions Property |
Gets or sets the first set of elements in the
ElementSets.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Sgp4Elements InitialConditions { get; set; }
Public Property InitialConditions As Sgp4Elements
Get
Set
public:
property Sgp4Elements^ InitialConditions {
Sgp4Elements^ get ();
void set (Sgp4Elements^ value);
}
member InitialConditions : Sgp4Elements with get, set
Property Value
Type:
Sgp4Elements
Exceptions
See Also