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: 25.2.423.0 (25.2.423.0)
Syntaxpublic AsteroidsBspEphemerisProvider(
JplSpkFile file
)
Public Sub New (
file As JplSpkFile
)
public:
AsteroidsBspEphemerisProvider(
JplSpkFile^ file
)
new :
file : JplSpkFile -> AsteroidsBspEphemerisProviderParameters
- file
- Type: AGI.Foundation.SpiceJplSpkFile
The JplSpkFile instance to use.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when file is .
|
See Also