Click or drag to resize

LinkEdit Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Represents a link edit (a customization of one or more street links to affect routing). A link edit may affect more than one link. For example, one created using a LatLonSelection without a heading, or one created using a PolygonSelection.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.Routing.LinkEditLinkEdit

Namespace:  Telogis.GeoBase.Routing.LinkEdit
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class LinkEdit

The LinkEdit type exposes the following members.

Properties
  NameDescription
Public propertyPriority
Determines the link edit's priority. Edits with a larger Priority value are applied in preference to those with a smaller Priority value. If two edits have the same Priority value then the behavior is undefined.
Public propertySelection
The ILinkEditSelection that selects the links that will be affected by this edit.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSpeed
Gets the speed that will be applied to the links affected by this edit.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetSpeed
Sets the speed that will be applied to the links affected by this edit.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also