Click or drag to resize

IndexCollectionTryGetIndex Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets an Index object from this collection specified by name.

Namespace:  Telogis.GeoBase.Transactional
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool TryGetIndex(
	string name,
	out Index result
)

Parameters

name
Type: SystemString
The name of the Index to return. Case is not important.
result
Type: Telogis.GeoBase.TransactionalIndex
The named index.

Return Value

Type: Boolean
True if the the specified index was found.
Remarks
See Also