StreetLink Methods |
The StreetLink type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetExpandedStreet |
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.
| |
GetHashCode |
Gets a hash code for this StreetLink. This will be identical for two
objects representing the same link.
(Overrides ObjectGetHashCode.) | |
GetObjectData |
Used for serialization (internal use).
| |
GetOtherEnd |
Returns the location at the other end of a street link in relation to a location supplied.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |