Click or drag to resize

RoutingStrategyGetProfile Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the RoutingProfile for a certain country for this RoutingStrategy.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public RoutingProfile GetProfile(
	Country country
)

Parameters

country
Type: Telogis.GeoBaseCountry
The country to query for.

Return Value

Type: RoutingProfile
The RoutingProfile.
See Also