StkFacilityDatabase.GetNetworks Method |
Gets the networks of the facilities 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)
Syntaxpublic List<string> GetNetworks()
Public Function GetNetworks As List(Of String)
public:
List<String^>^ GetNetworks()
member GetNetworks : unit -> List<string>
Return Value
Type:
List<String>A list of the networks of facilities in the database.
See Also