SegmentListResultsGetDateMotionCollectionOfOverallTrajectory Method (String, ReferenceFrame) |
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<Cartesian> GetDateMotionCollectionOfOverallTrajectory(
string element,
ReferenceFrame frame
)
Public Overrides Function GetDateMotionCollectionOfOverallTrajectory (
element As String,
frame As ReferenceFrame
) As DateMotionCollection(Of Cartesian)
public:
virtual DateMotionCollection<Cartesian>^ GetDateMotionCollectionOfOverallTrajectory(
String^ element,
ReferenceFrame^ frame
) override
abstract GetDateMotionCollectionOfOverallTrajectory :
element : string *
frame : ReferenceFrame -> DateMotionCollection<Cartesian>
override GetDateMotionCollectionOfOverallTrajectory :
element : string *
frame : ReferenceFrame -> DateMotionCollection<Cartesian>
Parameters
- element
- Type: SystemString
The element whose data you want. - frame
- Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame that you want the returned collection in.
Return Value
Type:
DateMotionCollectionCartesianThe
DateMotionCollectionT of the
element.
See Also