The UseUSZIPCode property returns or sets the state of using US 5-digit ZIP codes for pin map locations. Returns a Boolean.
Syntax
object.UseUSZIPCode
object.UseUSZIPCode = UseUSZIPCode
Parameter |
Type |
Description |
UseUSZIPCode |
Boolean |
required; true to use 5-digit ZIP codes |
Example 1
This example returns the state of using US 5-digit ZIP codes for pin map locations.
Debug.Print PinMap.UseUSZIPCode
Example 2
This example uses US 5-digit ZIP codes as the locating method for a pin map.
PinMap.UseUSZIPCode = True
Used by: PinMap object