HsvCurrencyCube Object Overview

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

The following table lists the HsvCurrencyCube object’s methods.

Table 36. HsvCurrencyCube 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 Entity dimension members, as well as the member ID of the subcube’s input Value dimension member.

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 HsvCurrencyCube Object Methods.