NodeTKeySetNodeIndex Method

Sets the node index to the specified value, updating the node's internal state.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public void SetNodeIndex(
	uint nodeIndex
)

Parameters

nodeIndex  UInt32
The new node index to set.

Exceptions

ExceptionThrown when an invalid node index is provided or when the node is not supposed to access the underlying node level.

See Also