HsvNodeCube Object Overview

The HsvNodeCube object is used to access node subcubes, which are described in About Subcubes. The HsvNodeCube object is subordinate to the HsvData object: use HsvData’s GetNodeCube method to obtain HsvNodeCube object references.

The following table lists the HsvNodeCube object’s methods.

Table 37. HsvNodeCube Object Methods

Method

Description

BeginEnumerationOfStoredData

Returns a count of the subcube items for a Value dimension member, while also locking the subcube’s cells to prevent users from changing data.

EndEnumerationOfStoredData

Unlocks a subcube that was locked by BeginEnumerationOfStoredData.

GetCell

Returns the data in and transaction status of a cell in a subcube.

GetFixedDimensionMembers

Returns the member IDs of a subcube’s Scenario, Year, and parent and child Entity dimension members.

GetOneCellFromStoredItem

Returns cell information such as a cell’s data and member IDs. You identify the cell with the index number of the subcube item and the member IDs of the cell’s Period and View dimension members.

GetPOVFromStoredItem

Returns the member IDs of the Value, Account, Intercompany Partner, and Custom dimension members of a subcube item. You identify the item with its index number.

For detailed descriptions of these methods, see HsvNodeCube Object Methods.