LinkEditGetSpeed Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets 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 double GetSpeed(
SpeedUnit unit
)
Public Function GetSpeed (
unit As SpeedUnit
) As Double
Parameters
- unit
- Type: Telogis.GeoBaseSpeedUnit
The units in which to return the result.
Return Value
Type:
DoubleThe speed that will be applied.
Remarks
A negative speed can be returned, and indicates that the original speed from strategy's
RoutingProfile will be
used.
See Also