RoutingStrategySetProfile Method (Country, RoutingProfile) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void SetProfile(
Country[] countries,
RoutingProfile profile
)
Public Sub SetProfile (
countries As Country(),
profile As RoutingProfile
)
Parameters
- countries
- Type: Telogis.GeoBaseCountry
An array of countries to apply the routing profile to. - profile
- Type: Telogis.GeoBase.RoutingRoutingProfile
The routing profile to apply to the countries.
See Also