Click or drag to resize

DataQueryQueryIndex Method (String, QueryType, Object)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Queries a given object for an index. See also CustomTable and CustomColumn.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static GISObject[] QueryIndex(
	string index,
	QueryType condition,
	Object query
)

Parameters

index
Type: SystemString
Index to query.
condition
Type: Telogis.GeoBaseQueryType
Condition to filter the key on.
query
Type: SystemObject
Key to search for.

Return Value

Type: GISObject
An array of GISObject that match the query and condition.
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 matching certain location criteria.
See Also