IDateMotionCollectionTAdd Method (JulianDate, T) | 
 
            Adds an item to the collection.
            
 
    Namespace: 
   AGI.Foundation
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxvoid Add(
	JulianDate date,
	params T[] values
)
Sub Add ( 
	date As JulianDate,
	ParamArray values As T()
)
void Add(
	JulianDate date, 
	... array<T>^ values
)
abstract Add : 
        date : JulianDate * 
        values : 'T[] -> unit 
Parameters
- date
 - Type: AGI.Foundation.TimeJulianDate
The date associated with the item. - values
 - Type: T
The values to add.  The first item in the array is the value, the second item is the first derivative, and so on. 
See Also