Click or drag to resize

LinkIdSelection Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Selects a link for editing based on its Link ID.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.Routing.LinkEditLinkIdSelection

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

The LinkIdSelection type exposes the following members.

Constructors
  NameDescription
Public methodLinkIdSelection
Creates a LinkIdSelection that will select a link with the specified Link ID.
Top
Properties
  NameDescription
Public propertyLinkId
The link's Link ID.
Public propertyLocation
The location of the link. This is not used internally by GeoBase, but it is present to allow the user to easily find the intended link. This could be used, for example, when rendering the edits in a LinkEditDatabase.
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Display the LatLon and LinkId of this LinkIdSelection.
(Overrides ObjectToString.)
Top
See Also