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: 25.1.421.0 (25.1.421.0)
Syntaxvoid SetItem(
	int index,
	JulianDate date,
	T value,
	T firstDerivative
)
Sub SetItem ( 
	index As Integer,
	date As JulianDate,
	value As T,
	firstDerivative As T
)
void SetItem(
	int index, 
	JulianDate date, 
	T value, 
	T firstDerivative
)
abstract SetItem : 
        index : int * 
        date : JulianDate * 
        value : 'T * 
        firstDerivative : 'T -> unit 
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