ITrafficItemSetSpeed Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Sets the link speed. Use this function to specify traffic speeds.
Namespace:
Telogis.GeoBase.Traffic
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax void SetSpeed(
double speed,
SpeedUnit units
)
Sub SetSpeed (
speed As Double,
units As SpeedUnit
)
Parameters
- speed
- Type: SystemDouble
The speed to set. - units
- Type: Telogis.GeoBaseSpeedUnit
The units speed is measured in.
See Also