GetPeriodPOVFromIndexForData
Returns the member ID of a period, given a subcube index and a period index. IDs are returned only for periods with cells that contain data.
Syntax
<HsvMDDataBufferLite>.GetPeriodPOVFromIndexForData lCubeIndex, lPeriodIndex, plPeriod
Argument | Description |
---|
lCubeIndex | Long (ByVal). The index of the subcube. Use BeginEnumeration or GetCubeIndexFromPOV to determine valid index values. |
lPeriodIndex | Long (ByVal). The index of the cell’s period. To determine valid index values, use GetNumPeriodsInCubeForData. |
plPeriod | Long. Returns the member ID of the period. |