Gets the raw JPL DE file represented by this instance.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic JplDEFile File { get; }
Public ReadOnly Property File As JplDEFile
Get
public:
property JplDEFile^ File {
JplDEFile^ get ();
}
member File : JplDEFile with get
Property Value
Type:
JplDEFile
See Also