StreetNameDetailsGetConcatenatedNameWithNumber Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the concatenated string of all the street names of this
StreetNameDetails object,
including street number.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public virtual string GetConcatenatedNameWithNumber(
string culture
)
Public Overridable Function GetConcatenatedNameWithNumber (
culture As String
) As String
Parameters
- culture
- Type: SystemString
The culture to follow when writing the name and number
Return Value
Type:
StringA concatenated string of all the street names.
See Also