IDateMotionCollectionT, TDerivativeFirstDerivatives Property |
Gets the list of first derivatives in the collection.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax IList<TDerivative> FirstDerivatives { get; }
ReadOnly Property FirstDerivatives As IList(Of TDerivative)
Get
property IList<TDerivative>^ FirstDerivatives {
IList<TDerivative>^ get ();
}
abstract FirstDerivatives : IList<'TDerivative> with get
Property Value
Type:
IListTDerivativeSee Also