Click or drag to resize

DateMotionCollectionT, TDerivativeSetItem Method (Int32, JulianDate, T, 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,
	T value,
	params TDerivative[] derivatives
)

Parameters

index
Type: SystemInt32
The index of the item to set.
date
Type: AGI.Foundation.TimeJulianDate
The new date for the item.
value
Type: T
The new value for the item.
derivatives
Type: TDerivative
The new derivatives for the item.

Implements

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