DateMotionCollectionT, TDerivativeFirstDerivatives Property  | 
 
            Gets the list of first derivatives in the collection.
            
 
    Namespace: 
   AGI.Foundation
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic IList<TDerivative> FirstDerivatives { get; }Public ReadOnly Property FirstDerivatives As IList(Of TDerivative)
	Get
public:
virtual property IList<TDerivative>^ FirstDerivatives {
	IList<TDerivative>^ get () sealed;
}abstract FirstDerivatives : IList<'TDerivative> with get
override FirstDerivatives : IList<'TDerivative> with get
Property Value
Type: 
IListTDerivativeImplements
IDateMotionCollectionT, TDerivativeFirstDerivatives
See Also