DataQueryQueryIndex Method (String, String, Object) | |
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 GISObject[] QueryIndex(
string index,
string table,
Object query
)
Public Shared Function QueryIndex (
index As String,
table As String,
query As Object
) As GISObject()
Parameters
- index
- Type: SystemString
Index to query. - table
- Type: SystemString
Table to query the index from. - query
- Type: SystemObject
Key to search for.
Return Value
Type:
GISObjectAn array of
GISObject that match the query.
Remarks Given a table of power pylons (containing location, height and ID information) this method
could be used to return a selection of power pylons above a certain height, or with names that begin
with a certain string.
See Also