EssMdxGetClusterInfo

Returns information about the specified cluster.

To obtain information about the contents of an axis set, use the following APIs:

Syntax

ESS_FUNC_M EssMdxGetClusterInfo(
   ESS_MDX_CLUSTERHDL_T   hCluster,
   ESS_PULONG_T           pulSize,
   ESS_PULONG_T           pulNDims,
   ESS_PPULONG_T          ppulDimSizes);
ParameterTypeDescription
hClusterinputCluster handle
pulSizeoutputNumber of tuples in cluster
pulNDimsoutputNumber of dimensions in cluster (same as that in the axis that this cluster belongs to)
ppulDimSizesoutputArray of dimension sizes (number of members)