SimpleAscentPropagator.LaunchPosition Property |
Gets or sets the position on/near the
CentralBody where the launch takes place.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Cartographic LaunchPosition { get; set; }
Public Property LaunchPosition As Cartographic
Get
Set
public:
property Cartographic LaunchPosition {
Cartographic get ();
void set (Cartographic value);
}
member LaunchPosition : Cartographic with get, set
Property Value
Type:
Cartographic
See Also