Click or drag to resize

GeocodeAddressGetOrdinal Method (String, String)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Finds the ordinal number of the specified field within the GeoCodeAddress structure, in a language specified by three-letter ISO country code.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public int GetOrdinal(
	string field,
	string lang
)

Parameters

field
Type: SystemString
Name of the field, such as "street".
lang
Type: SystemString
A three-character string specifying the language by ISO country code. Eg, "ENG" for English and "SPA" for Spanish.

Return Value

Type: Int32
The ordinal number of the specified field within the GeoCodeAddress structure.
See Also