Click or drag to resize

JplDE200 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.1.421.0 (25.1.421.0)
Syntax
public JplDE200(
	JplDEFile file
)

Parameters

file
Type: AGI.Foundation.Celestial.JplDEFile
The JplDEFile instance to use.
Exceptions
ExceptionCondition
ArgumentException Thrown when the file specified by the file is not a valid JplDE200 file.
ArgumentNullException Thrown when file is null.
See Also