Click or drag to resize

DataQueryQueryLines Method (BoundingBox, String)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets an array of Lines that lie underneath the given BoundingBox.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static Line[] QueryLines(
	BoundingBox bbox,
	string tableName
)

Parameters

bbox
Type: Telogis.GeoBaseBoundingBox
The BoundingBox representing the area to be queried.
tableName
Type: SystemString
The lines table to query.

Return Value

Type: Line
An array of Lines.
See Also