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.2.419.0 (24.2.419.0)
Syntax public AsteroidsBspEphemerisProvider(
JplSpkFile file
)
Public Sub New (
file As JplSpkFile
)
public:
AsteroidsBspEphemerisProvider(
JplSpkFile^ file
)
new :
file : JplSpkFile -> AsteroidsBspEphemerisProvider
Parameters
- file
- Type: AGI.Foundation.SpiceJplSpkFile
The JplSpkFile instance to use.
Exceptions See Also