Click or drag to resize

DateMotionCollectionT, TDerivativeSetItem Method (Int32, JulianDate, MotionT, TDerivative)

Sets an item at a particular index.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void SetItem(
	int index,
	JulianDate date,
	Motion<T, TDerivative> motion
)

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, TDerivative
The new item.

Implements

IDateMotionCollectionT, TDerivativeSetItem(Int32, JulianDate, MotionT, TDerivative)
See Also