JplDE430 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.2.423.0 (25.2.423.0)
Syntaxpublic JplDE430(
string fileName
)
Public Sub New (
fileName As String
)
public:
JplDE430(
String^ fileName
)
new :
fileName : string -> JplDE430Parameters
- fileName
- Type: SystemString
The full path and filename of the JPL DE file.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the file specified by the fileName is not a valid
JplDE430 file.
|
| ArgumentNullException |
Thrown when fileName is .
|
See Also