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