Click or drag to resize

IndexCollectionItem Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns the Index with the given name from this IndexCollection.

Namespace:  Telogis.GeoBase.Transactional
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public Index this[
	string name
] { get; }

Parameters

name
Type: SystemString
The name of the index to return.

Return Value

Type: Index
The Index in this IndexCollection with the given name.
Remarks
See Also