StreetLinkFenceContains Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Determines whether the specified
point is on this street.
Namespace:
Telogis.GeoBase.GeoFence
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public bool Contains(
LatLon point
)
Public Function Contains (
point As LatLon
) As Boolean
Parameters
- point
- Type: Telogis.GeoBaseLatLon
The LatLon to be tested.
Return Value
Type:
Booleantrue if the point lies within the boundaries of this street link,
false if it does not.
Implements
IGeoFenceContains(LatLon)See Also