DrillDownGeoCoderSetPostcode Method | ![Verizon Connect Logo](../icons/logo.jpg) |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Set a postcode for the DrillDownGeocoder to work with.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntaxpublic void SetPostcode(
string postcode
)
Public Sub SetPostcode (
postcode As String
)
Parameters
- postcode
- Type: SystemString
The postcode, as a natural language string.
RemarksThis is not necessary, but will improve the precision of the DrillDownGeocode.
See Also