IndexCollectionTryGetIndex Method | |
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
)
Public Function TryGetIndex (
name As String,
<OutAttribute> ByRef result As Index
) As Boolean
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:
BooleanTrue if the the specified index was found.
Remarks See Also