SegmentListResults.GetDateMotionCollectionOfOverallTrajectory Method (String, ReferenceFrame) |
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: System.String
The element whose data you want. - frame
- Type: AGI.Foundation.Geometry.ReferenceFrame
The ReferenceFrame that you want the returned collection in.
Return Value
Type:
DateMotionCollection<Cartesian>The
DateMotionCollection<T> of the
element.
See Also