Click or drag to resize

IntersectFilter Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates an IntersectFilter where the given field of a Record (either Polygon or LatLon) should intersect with (or be contained inside) a given BoundingBox.

Namespace:  Telogis.GeoBase.Transactional
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public IntersectFilter(
	string column,
	BoundingBox box
)

Parameters

column
Type: SystemString
The field name
box
Type: Telogis.GeoBaseBoundingBox
The BoundingBox that should intersect (or contain) with the field value
See Also