Click or drag to resize

NumericalPropagatorState.GetMotionOfDoubleArray 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: 25.1.421.0 (25.1.421.0)
Syntax
public Motion<double[]> GetMotionOfDoubleArray(
	string elementIdentification
)

Parameters

elementIdentification
Type: System.String
The name of the element to retrieve.

Return Value

Type: Motion<Double[]>
The motion of the specified element as an array of doubles
See Also