Click or drag to resize

StkFacilityDatabase.GetEntries Method

Gets all of the entries in the database.

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

Return Value

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