DateMotionCollectionT, TDerivativeSetItem Method (Int32, JulianDate, 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)
Syntaxpublic void SetItem(
	int index,
	JulianDate date,
	T value
)
Public Sub SetItem ( 
	index As Integer,
	date As JulianDate,
	value As T
)
public:
virtual void SetItem(
	int index, 
	JulianDate date, 
	T value
) sealed
abstract SetItem : 
        index : int * 
        date : JulianDate * 
        value : 'T -> unit 
override SetItem : 
        index : int * 
        date : JulianDate * 
        value : '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. 
Implements
IDateMotionCollectionT, TDerivativeSetItem(Int32, JulianDate, MotionT, TDerivative)
See Also