SinglePointStoppablePropagatorDefinitionInitialMotion Property  | 
 
            Gets or sets the optional initial position and velocity for this propagator.
            This will only be used if the initial state passed into the propagator's
            propagate method is null.
            
 
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Motion<Cartesian> InitialMotion { get; set; }Public Property InitialMotion As Motion(Of Cartesian)
	Get
	Set
public:
property Motion<Cartesian> InitialMotion {
	Motion<Cartesian> get ();
	void set (Motion<Cartesian> value);
}member InitialMotion : Motion<Cartesian> with get, set
Property Value
Type: 
MotionCartesian
See Also