AsteroidsBspEphemerisProvider Constructor (String) |
Initializes an instance using the specified asteroids.bsp filename.
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(
string filename
)
Public Sub New (
filename As String
)
public:
AsteroidsBspEphemerisProvider(
String^ filename
)
new :
filename : string -> AsteroidsBspEphemerisProvider
Parameters
- filename
- Type: SystemString
The full path and filename of the asteroids.bsp file.
Exceptions See Also