Click or drag to resize

NumericalPropagatorStateGetMotionOfDoubleArray Method

Gets the motion of the specified elementIdentification as an array of doubles.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Motion<double[]> GetMotionOfDoubleArray(
	string elementIdentification
)

Parameters

elementIdentification
Type: SystemString
The name of the element to retrieve.

Return Value

Type: MotionDouble
The motion of the specified element as an array of doubles
See Also