Click or drag to resize

StreetDataMileMarkerRange Structure

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
This class describes a range of the MileMarkers along the street.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public struct MileMarkerRange

The StreetDataMileMarkerRange type exposes the following members.

Constructors
  NameDescription
Public methodStreetDataMileMarkerRange
Initializes a new instance of the StreetDataMileMarkerRange class.
Top
Properties
  NameDescription
Public propertyEndMile
The largest MileMarker in the street.
Public propertyStartMile
The smallest MileMarker in the street.
Top
Methods
  NameDescription
Public methodAdjacentTo
Whether or not this MileMarker range is adjacent to the other range provided.
Public methodEquals(StreetDataMileMarkerRange)
Whether or not this MileMarker range is equal to the other range provided.
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsValid
Whether or not the MileMarker range provided is valid.
Public methodOverlaps
Whether or not this MileMarker range overlaps with the other range provided.
Public methodToString
Returns the MileMarker range as a string.
(Overrides ValueTypeToString.)
Top
See Also