PropagationNewtonianPoint Constructor (String, ReferenceFrame, Cartesian, Cartesian) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic PropagationNewtonianPoint(
	string id,
	ReferenceFrame propagationFrame,
	Cartesian initialPosition,
	Cartesian initialVelocity
)
Public Sub New ( 
	id As String,
	propagationFrame As ReferenceFrame,
	initialPosition As Cartesian,
	initialVelocity As Cartesian
)
public:
PropagationNewtonianPoint(
	String^ id, 
	ReferenceFrame^ propagationFrame, 
	Cartesian initialPosition, 
	Cartesian initialVelocity
)
new : 
        id : string * 
        propagationFrame : ReferenceFrame * 
        initialPosition : Cartesian * 
        initialVelocity : Cartesian -> PropagationNewtonianPointParameters
- id
 - Type: SystemString
A unique string identifying this position in the output. - propagationFrame
 - Type: AGI.Foundation.GeometryReferenceFrame
The inertial frame in which to propagate. - initialPosition
 - Type: AGI.Foundation.CoordinatesCartesian
The position at the starting epoch of propagation. - initialVelocity
 - Type: AGI.Foundation.CoordinatesCartesian
The velocity at the starting epoch of propagation. 
See Also