LinkEditSetSpeed Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Sets the speed that will be applied to the links affected by this edit.
Namespace:
Telogis.GeoBase.Routing.LinkEdit
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void SetSpeed(
int speed,
SpeedUnit unit
)
Public Sub SetSpeed (
speed As Integer,
unit As SpeedUnit
)
Parameters
- speed
- Type: SystemInt32
The speed to apply. - unit
- Type: Telogis.GeoBaseSpeedUnit
The units for speed.
Remarks
When applied, speeds will be converted into miles per hour and rounded down to the
largest integer value that is no larger than the specified speed. A negative speed
can be applied, and indicates that the original speed from strategy's
RoutingProfile will be
used. The maximum speed that can be specified is 254mph.
See Also