SegmentResultsGetMotionCollectionT 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 virtual List<Motion<T>> GetMotionCollection<T>(
string element
)
Public Overridable Function GetMotionCollection(Of T) (
element As String
) As List(Of Motion(Of T))
public:
generic<typename T>
virtual List<Motion<T>>^ GetMotionCollection(
String^ element
)
abstract GetMotionCollection :
element : string -> List<Motion<'T>>
override GetMotionCollection :
element : string -> List<Motion<'T>>
Parameters
- element
- Type: SystemString
The elements whose data is stored in this results.
Type Parameters
- T
- The type of the MotionT to be returned.
Return Value
Type:
ListMotionTA list of the
MotionT of the
element.
See Also