Click or drag to resize

GeoFenceCollectionLookUp Method (BoundingBox)

Verizon Connect Logo
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
)

Parameters

box
Type: Telogis.GeoBaseBoundingBox
The BoundingBox to be tested.

Return Value

Type: IGeoFence
True if there is an intersection, false if there is not.
Remarks
This tests only for intersection with the BoundingBox.
See Also