Click or drag to resize

RoutingStrategySetAllowedVehicleTypes Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Sets 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 void SetAllowedVehicleTypes(
	int funcClass,
	VehicleType vehicleType
)

Parameters

funcClass
Type: SystemInt32
Functional class.
vehicleType
Type: Telogis.GeoBase.RoutingVehicleType
A VehicleType allowed.
See Also