IDateMotionCollectionTSetItem Method (Int32, JulianDate, T) |
Sets an item at a particular index.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax void SetItem(
int index,
JulianDate date,
params T[] values
)
Sub SetItem (
index As Integer,
date As JulianDate,
ParamArray values As T()
)
void SetItem(
int index,
JulianDate date,
... array<T>^ values
)
abstract SetItem :
index : int *
date : JulianDate *
values : 'T[] -> unit
Parameters
- index
- Type: SystemInt32
The index of the item to set. - date
- Type: AGI.Foundation.TimeJulianDate
The new date for the item. - values
- Type: T
The new values for the item.
See Also