StkEphemerisFile.EphemerisTimePos.EphemerisData Property |
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
DateMotionCollection<Cartesian>
See Also