Click or drag to resize

IDateMotionCollectionTSetItem Method (Int32, JulianDate, T, T)

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
void SetItem(
	int index,
	JulianDate date,
	T value,
	T firstDerivative
)

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.
firstDerivative
Type: T
The new first derivative for the item.
See Also