c-treeDB API for C# - Developers Guide
CTTable.GetIndexByUID
Syntax
CTIndex GetIndexByUID(ulong uid)
Parameters
- uid [in] the index unique identifier.
Description
Retrieves the index object given its unique identifier.
Return
GetIndexByUID() returns the index object.
See Also
GetIndex()