Click or drag to resize

GeocodeAddressGetOrdinal Method (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 the default language (English).

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

Parameters

field
Type: SystemString
Name of the field, such as "street".

Return Value

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