Click or drag to resize

IDateMotionCollectionTAdd Method (JulianDate, MotionT)

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
void Add(
	JulianDate date,
	Motion<T> motion
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The date associated with the item.
motion
Type: AGI.FoundationMotionT
The item to add.
See Also