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: 23.2.417.0 (23.2.417.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: SystemString
The name of the element to retrieve.
Return Value
Type:
MotionDoubleThe motion of the specified element as an array of
doubles
See Also