Click or drag to resize

IDateMotionCollectionTItem Property

Gets the list of the specified derivative.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
IList<T> this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The derivative list of retrieve.

Return Value

Type: IListT
The requested list.
Remarks
Specifying an index of 0 retrieves a list of all values in the collection. Specifying 1 retrieves a list of all first derivatives. Specifying 2 retrieves a list of all second derivatives. And so on.
See Also