GeoFenceCollectionLookUp Method (BoundingBox) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Find all GeoFences that intersect with the specified
BoundingBox.
Namespace:
Telogis.GeoBase.GeoFence
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public IGeoFence[] LookUp(
BoundingBox box
)
Public Function LookUp (
box As BoundingBox
) As IGeoFence()
Parameters
- box
- Type: Telogis.GeoBaseBoundingBox
The BoundingBox to be tested.
Return Value
Type:
IGeoFenceTrue if there is an intersection,
false if there is not.
Remarks See Also