JplDE200 Constructor (String) |
Initializes an instance using the specified JPL DE filename.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic JplDE200(
string fileName
)
Public Sub New (
fileName As String
)
public:
JplDE200(
String^ fileName
)
new :
fileName : string -> JplDE200
Parameters
- fileName
- Type: System.String
The full path and filename of the JPL DE file.
Exceptions
See Also