Click or drag to resize

StkCityDatabaseGetEntries Method (StkCityDatabaseQuery)

Gets all of the entries in the database matching a specified query.

Namespace:  AGI.Foundation.Stk
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public List<StkCityDatabaseEntry> GetEntries(
	StkCityDatabaseQuery query
)

Parameters

query
Type: AGI.Foundation.StkStkCityDatabaseQuery
The query that returned entries must match, or to return all entries.

Return Value

Type: ListStkCityDatabaseEntry
A list of entries in the database that match the query.
Exceptions
ExceptionCondition
InvalidDataException Thrown when a required data file was not found.
See Also