Click or drag to resize

LinkEditGetSpeed Method

Verizon Connect Logo
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
)

Parameters

unit
Type: Telogis.GeoBaseSpeedUnit
The units in which to return the result.

Return Value

Type: Double
The 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