StkSatelliteDatabase Constructor (StreamFactory) | 
 
            Initializes a new instance which will read data from a ZIP archive containing satellite database files.
            
 
    Namespace: 
   AGI.Foundation.Stk
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic StkSatelliteDatabase(
	StreamFactory streamFactory
)
Public Sub New ( 
	streamFactory As StreamFactory
)
public:
StkSatelliteDatabase(
	StreamFactory^ streamFactory
)
new : 
        streamFactory : StreamFactory -> StkSatelliteDatabaseParameters
- streamFactory
 - Type: AGI.Foundation.InfrastructureStreamFactory
The factory to use to create streams to read the ZIP file. 
Exceptions
See Also