JplSpkFile 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)
Syntaxpublic JplSpkFile(
string filename
)
Public Sub New (
filename As String
)
public:
JplSpkFile(
String^ filename
)
new :
filename : string -> JplSpkFile
Parameters
- filename
- Type: System.String
The full path and filename of the JPL SPK file.
Exceptions
See Also