Click or drag to resize

StreetDataAddressRange Structure

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
This class describes a subset of the addresses along the street that matches a certain pattern.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public struct AddressRange : IComparable<StreetDataAddressRange>

The StreetDataAddressRange type exposes the following members.

Properties
  NameDescription
Public propertyMax
The largest number in the address range.
Public propertyMin
The smallest number in the address range.
Public propertyType
The pattern this address range follows. It can be even, odd or straight (which means just a straight sequence of numbers).
Top
Methods
  NameDescription
Public methodCompareTo
Compare two AddressRange objects for equality.
Public methodEquals
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 methodToString
Returns the number for the corresponding location on a street link.
(Overrides ValueTypeToString.)
Top
See Also