GeocodeAddressGetOrdinal Method (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 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
)
Public Function GetOrdinal (
field As String
) As Integer
Parameters
- field
- Type: SystemString
Name of the field, such as "street".
Return Value
Type:
Int32The ordinal number of the specified field within the GeoCodeAddress structure.
See Also