DateMotionCollectionTInsertItem Method (Int32, JulianDate, T) |
Inserts 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 public void InsertItem(
int index,
JulianDate date,
T value
)
Public Sub InsertItem (
index As Integer,
date As JulianDate,
value As T
)
public:
void InsertItem(
int index,
JulianDate date,
T value
)
member InsertItem :
index : int *
date : JulianDate *
value : 'T -> unit
Parameters
- index
- Type: SystemInt32
The index of the item to insert. - date
- Type: AGI.Foundation.TimeJulianDate
The date for the item. - value
- Type: T
The value for the item.
See Also