Click or drag to resize

JplSpkEphemerisProvider Constructor (String)

Initializes an instance using the specified JPL SPK filename.

Namespace:  AGI.Foundation.Spice
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected JplSpkEphemerisProvider(
	string filename
)

Parameters

filename
Type: SystemString
The full path and filename of the JPL SPK file.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when filename is .
See Also