PropagationNewtonianPointInitialPosition Property |
Gets or sets the initial position.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Cartesian InitialPosition { get; set; }
Public Property InitialPosition As Cartesian
Get
Set
public:
property Cartesian InitialPosition {
Cartesian get ();
void set (Cartesian value);
}
member InitialPosition : Cartesian with get, set
Property Value
Type:
CartesianSee Also