Click or drag to resize

DateMotionCollectionTAdd Method (JulianDate, T)

Adds an item to the collection.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void Add(
	JulianDate date,
	params T[] values
)

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.

Implements

IDateMotionCollectionTAdd(JulianDate, T)
See Also