Click or drag to resize

LinkCost Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The LinkCost type exposes the following members.

Methods
  NameDescription
Public methodaddCost(Int32)
Increase the cost of this link by the specified amount.
Public methodaddCost(UInt32)
Increase the cost of this link by the specified amount.
Public methodaddMeters(Int32)
Increase or reduce the length of this link by the specified number of meters.
Public methodaddMeters(UInt32)
Increase the length of this link by the specified number of meters.
Public methodaddTime(Int32)
Increase or reduce the time required to travel this link by the specified number of 1/100th seconds.
Public methodaddTime(UInt32)
Increase the time required to travel this link by the specified number of 1/100th seconds.
Public methodEquals
Indicates whether a specified object is a link cost identical to this one.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns a hash value for this link cost.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Gets the link costs as a string.
(Overrides ValueTypeToString.)
Top
See Also