SegmentListResultsGetDateMotionCollectionOfOverallTrajectoryT Method (String) |
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override DateMotionCollection<T> GetDateMotionCollectionOfOverallTrajectory<T>(
string element
)
Public Overrides Function GetDateMotionCollectionOfOverallTrajectory(Of T) (
element As String
) As DateMotionCollection(Of T)
public:
generic<typename T>
virtual DateMotionCollection<T>^ GetDateMotionCollectionOfOverallTrajectory(
String^ element
) override
abstract GetDateMotionCollectionOfOverallTrajectory :
element : string -> DateMotionCollection<'T>
override GetDateMotionCollectionOfOverallTrajectory :
element : string -> DateMotionCollection<'T>
Parameters
- element
- Type: SystemString
The state element of interest.
Type Parameters
- T
- The type (double, Cartesian...) that the
element is.
Return Value
Type:
DateMotionCollectionTThe
DateMotionCollectionT of the
element.
See Also