Click or drag to resize

StkCityDatabaseEntry Class

Contains information about a city in a StkCityDatabase.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.StkStkCityDatabaseEntry

Namespace:  AGI.Foundation.Stk
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class StkCityDatabaseEntry

The StkCityDatabaseEntry type exposes the following members.

Constructors
  NameDescription
Public methodStkCityDatabaseEntry
Initializes a new instance of the StkCityDatabaseEntry class
Top
Properties
  NameDescription
Public propertyCentralBodyName
Gets or sets the name of the CentralBody of the city.
Public propertyCityName
Gets or sets the city name.
Public propertyCountryName
Gets or sets the country name of the city.
Public propertyLatitude
Gets or sets the latitude of the city, in radians.
Public propertyLongitude
Gets or sets the longitude of the city, in radians.
Public propertyPopulation
Gets or sets the population of the city.
Public propertyProvinceName
Gets or sets the province name of the city.
Public propertyProvinceRank
Gets or sets the province rank of the city.
Public propertyTypeOfCity
Gets or sets the type of the city.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodCreatePlatform
Create a platform for a single StkCityDatabaseEntry.
(Defined by StkCityDatabaseEntryExtensions.)
Top
See Also