Click or drag to resize

RoutingStrategySetProfile Method (Country, RoutingProfile)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Sets the RoutingProfile for all the countries in an array.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void SetProfile(
	Country[] countries,
	RoutingProfile profile
)

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