Click or drag to resize

RoutingStrategyGetAllowedVehicleTypes Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns the types of vehicles that are allowed on a particular functional class road on this strategy.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public VehicleType GetAllowedVehicleTypes(
	int funcClass
)

Parameters

funcClass
Type: SystemInt32
Functional class.

Return Value

Type: VehicleType
A VehicleType allowed.
See Also