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