JplDE440 Constructor (JplDEFile) |
Initializes an instance using the specified
JplDEFile instance.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic JplDE440(
JplDEFile file
)
Public Sub New (
file As JplDEFile
)
public:
JplDE440(
JplDEFile^ file
)
new :
file : JplDEFile -> JplDE440Parameters
- file
- Type: AGI.Foundation.CelestialJplDEFile
The JplDEFile instance to use.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the file specified by the file is not a valid
JplDE440 file.
|
| ArgumentNullException |
Thrown when file is .
|
See Also