Returns the clusters within the specified axis.
To obtain information about the contents of an axis set, use the following APIs:
ESS_FUNC_M EssMdxGetClusters( ESS_MDX_AXISHDL_T hAxis, ESS_PULONG_T pulNClusters, ESS_MDX_PPCLUSTERHDL_T pphClusters);
| Parameter | Type | Description |
|---|---|---|
| hAxis | input | Axis handle |
| pulNClusters | output | Number of clusters |
| pphClusters | output | Array of cluster handles |