StkEphemerisFileEphemerisTimePosEphemerisData Property |
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DateMotionCollection<Cartesian> EphemerisData { get; set; }
Public Property EphemerisData As DateMotionCollection(Of Cartesian)
Get
Set
public:
property DateMotionCollection<Cartesian>^ EphemerisData {
DateMotionCollection<Cartesian>^ get ();
void set (DateMotionCollection<Cartesian>^ value);
}
member EphemerisData : DateMotionCollection<Cartesian> with get, set
Property Value
Type:
DateMotionCollectionCartesianSee Also