PropagationNewtonianPointInitialPosition Property  | 
 
            Gets or sets the initial position.
            
 
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
Cartesian
See Also