DataQueryQueryLines Method (BoundingBox, String) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static Line[] QueryLines(
BoundingBox bbox,
string tableName
)
Public Shared Function QueryLines (
bbox As BoundingBox,
tableName As String
) As Line()
Parameters
- bbox
- Type: Telogis.GeoBaseBoundingBox
The BoundingBox representing the area to be queried. - tableName
- Type: SystemString
The lines table to query.
Return Value
Type:
LineAn array of
Lines.
See Also