IDateMotionCollectionT, TDerivativeItem Property  | 
 
            Gets the list of the specified derivative.
            
 
    Namespace: 
   AGI.Foundation
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
SyntaxIList<TDerivative> this[
	int index
] { get; }ReadOnly Default Property Item ( 
	index As Integer
) As IList(Of TDerivative)
	Get
property IList<TDerivative>^ default[int index] {
	IList<TDerivative>^ get (int index);
}abstract Item : IList<'TDerivative> with get
Parameters
- index
 - Type: SystemInt32
The derivative list of retrieve. 
Return Value
Type: 
IListTDerivativeThe requested list.
Remarks
            Specifying an index of 1 retrieves a list of all first
            derivatives.  Specifying 2 retrieves a list of all second derivatives.
            And so on.
            
See Also