Returns information about the specified cluster.
To obtain information about the contents of an axis set, use the following APIs:
ESS_FUNC_M EssMdxGetClusterInfo( ESS_MDX_CLUSTERHDL_T hCluster, ESS_PULONG_T pulSize, ESS_PULONG_T pulNDims, ESS_PPULONG_T ppulDimSizes);
Parameter | Type | Description |
---|---|---|
hCluster | input | Cluster handle |
pulSize | output | Number of tuples in cluster |
pulNDims | output | Number of dimensions in cluster (same as that in the axis that this cluster belongs to) |
ppulDimSizes | output | Array of dimension sizes (number of members) |