Click or drag to resize

StkCityDatabase Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.Stk
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public StkCityDatabase(
	string directory,
	string baseFileName
)

Parameters

directory
Type: SystemString
The directory in which the city 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