Click or drag to resize

StkCityDatabase.GetEntries Method

Gets all of the entries in the database.

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

Return Value

Type: List<StkCityDatabaseEntry>
A list of entries in the database.
See Also