DateMotionCollectionTSetItem Method (Int32, JulianDate, MotionT) |
Sets an item at a particular index.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void SetItem(
int index,
JulianDate date,
Motion<T> motion
)
Public Sub SetItem (
index As Integer,
date As JulianDate,
motion As Motion(Of T)
)
public:
virtual void SetItem(
int index,
JulianDate date,
Motion<T> motion
) sealed
abstract SetItem :
index : int *
date : JulianDate *
motion : Motion<'T> -> unit
override SetItem :
index : int *
date : JulianDate *
motion : Motion<'T> -> unit
Parameters
- index
- Type: SystemInt32
The index of the item to set. - date
- Type: AGI.Foundation.TimeJulianDate
The new date for the item. - motion
- Type: AGI.FoundationMotionT
The new item.
Implements
IDateMotionCollectionTSetItem(Int32, JulianDate, MotionT)See Also