LinkCost Constructor | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a new RoutingCost object.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public LinkCost(
uint cost,
uint meters,
uint time
)
Public Sub New (
cost As UInteger,
meters As UInteger,
time As UInteger
)
Parameters
- cost
- Type: SystemUInt32
The cost of traversing the link. - meters
- Type: SystemUInt32
The length of the link. - time
- Type: SystemUInt32
The time to traverse the link in hundredths of seconds.
See Also