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