Click or drag to resize

IDateMotionCollection<T>.SetItem Method (Int32, JulianDate,T[])

Sets 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)
Syntax
void SetItem(
	int index,
	JulianDate date,
	params T[] values
)

Parameters

index
Type: System.Int32
The index of the item to set.
date
Type: AGI.Foundation.Time.JulianDate
The new date for the item.
values
Type:T[]
The new values for the item.
See Also