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)
Syntaxpublic Motion<double[]> GetMotionOfDoubleArray(
string elementIdentification
)
Public Function GetMotionOfDoubleArray (
elementIdentification As String
) As Motion(Of Double())
public:
Motion<array<double>^> GetMotionOfDoubleArray(
String^ elementIdentification
)
member GetMotionOfDoubleArray :
elementIdentification : string -> Motion<float[]>
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