Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public StkSatelliteDatabase(
	string directory,
	string baseFileName
)

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
ExceptionCondition
ArgumentNullException Thrown when directory or baseFileName is .
See Also