InitialOrbitSolverResultsPosition3Motion Property  | 
 
            Gets the motion for the third position in the orbit.
            
 
    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> Position3Motion { get; }Public ReadOnly Property Position3Motion As Motion(Of Cartesian)
	Get
public:
property Motion<Cartesian> Position3Motion {
	Motion<Cartesian> get ();
}member Position3Motion : Motion<Cartesian> with get
Property Value
Type: 
MotionCartesian
See Also