Click or drag to resize

AsteroidsBspEphemerisProvider Constructor (JplSpkFile)

Initializes an instance using the specified JplSpkFile instance.

Namespace:  AGI.Foundation.Spice
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AsteroidsBspEphemerisProvider(
	JplSpkFile file
)

Parameters

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