Click or drag to resize

StreetLink Methods

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

The StreetLink type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetExpandedStreet
Perform a search along neighboring StreetLinks to find the street links that compose an expanded version of the street. This is more exhaustive than just getting the Street that this link is part of, as the result can include links from multiple Streets. The extent of this expansion is determined by the ExpansionFlags specified. No expansion will occur beyond StreetType changes, interruptions to the connectedness of the street, or where a Street continues from partway along a Street being traversed.
Public methodGetHashCode
Gets a hash code for this StreetLink. This will be identical for two objects representing the same link.
(Overrides ObjectGetHashCode.)
Public methodGetObjectData
Used for serialization (internal use).
Public methodGetOtherEnd
Returns the location at the other end of a street link in relation to a location supplied.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also