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: 25.1.421.0 (25.1.421.0)
Syntaxprotected JplSpkEphemerisProvider(
	string filename
)
Protected Sub New ( 
	filename As String
)
protected:
JplSpkEphemerisProvider(
	String^ filename
)
new : 
        filename : string -> JplSpkEphemerisProviderParameters
- filename
 - Type: SystemString
The full path and filename of the JPL SPK file. 
Exceptions
See Also