GeocodeAddressGetOrdinal Method (String, String) | |
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
)
Public Function GetOrdinal (
field As String,
lang As String
) As Integer
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:
Int32The ordinal number of the specified field within the GeoCodeAddress structure.
See Also