Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

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()

TOCIndex