TranslationalMotionInterpolatorData Property |
Gets or sets the data over which to interpolate.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DateMotionCollection<Cartesian> Data { get; set; }
Public Property Data As DateMotionCollection(Of Cartesian)
Get
Set
public:
property DateMotionCollection<Cartesian>^ Data {
DateMotionCollection<Cartesian>^ get ();
void set (DateMotionCollection<Cartesian>^ value);
}
member Data : DateMotionCollection<Cartesian> with get, set
Property Value
Type:
DateMotionCollectionCartesianSee Also