RoutingStrategyGetAllowedVehicleTypes Method | |
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
)
Public Function GetAllowedVehicleTypes (
funcClass As Integer
) As VehicleType
Parameters
- funcClass
- Type: SystemInt32
Functional class.
Return Value
Type:
VehicleTypeA VehicleType allowed.
See Also