StkEphemerisFileEphemerisLLATimePosEphemerisData Property |
Gets or sets the ephemeris data relative to
CentralBody.
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<Cartographic> EphemerisData { get; set; }
Public Property EphemerisData As DateMotionCollection(Of Cartographic)
Get
Set
public:
property DateMotionCollection<Cartographic>^ EphemerisData {
DateMotionCollection<Cartographic>^ get ();
void set (DateMotionCollection<Cartographic>^ value);
}
member EphemerisData : DateMotionCollection<Cartographic> with get, set
Property Value
Type:
DateMotionCollectionCartographicSee Also