StreetDataMileMarkerRange Constructor | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public MileMarkerRange(
double startMile,
double endMile
)
Public Sub New (
startMile As Double,
endMile As Double
)
Parameters
- startMile
- Type: SystemDouble
The smallest MileMarker in the street. - endMile
- Type: SystemDouble
The largest MileMarker in the street.
See Also