Click or drag to resize

JplSpkEphemerisProvider Constructor (JplSpkFile)

Initializes an instance using the specified JplSpkFile instance.

Namespace:  AGI.Foundation.Spice
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
protected JplSpkEphemerisProvider(
	JplSpkFile file
)

Parameters

file
Type: AGI.Foundation.Spice.JplSpkFile
The JplSpkFile instance to use.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when file is null.
See Also