StkSatelliteDatabase Constructor (String, String) |
Initializes a new instance which will read data from a directory of satellite database files.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public StkSatelliteDatabase(
string directory,
string baseFileName
)
Public Sub New (
directory As String,
baseFileName As String
)
public:
StkSatelliteDatabase(
String^ directory,
String^ baseFileName
)
new :
directory : string *
baseFileName : string -> StkSatelliteDatabase
Parameters
- directory
- Type: SystemString
The directory in which the satellite database is located. - baseFileName
- Type: SystemString
The base filename (without extension) of the database within the directory.
Exceptions See Also