JplDE 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: 24.2.419.0 (24.2.419.0)
Syntax protected JplDE(
string fileName
)
Protected Sub New (
fileName As String
)
protected:
JplDE(
String^ fileName
)
new :
fileName : string -> JplDE
Parameters
- fileName
- Type: SystemString
The full path and filename of the JPL DE file.
Exceptions See Also