NodeTKeySetNodeIndex Method
Sets the node index to the specified value, updating the node's internal state.
Namespace: SnapDB.Snap.TreeAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public void SetNodeIndex(
uint nodeIndex
)
Public Sub SetNodeIndex (
nodeIndex As UInteger
)
public:
void SetNodeIndex(
unsigned int nodeIndex
)
function SetNodeIndex(nodeIndex);
Parameters
- nodeIndex UInt32
- The new node index to set.
| Exception | Thrown when an invalid node index is provided or when the node is not supposed to access the underlying node level. |