Returns the tuple at the specified position within the given cluster.
Note: | The client should use EssFree() when done with pphMbrs. |
To obtain information about the contents of an axis set, use the following APIs:
ESS_FUNC_M EssMdxGetClusterMembers( ESS_MDX_CLUSTERHDL_T hCluster, ESS_ULONG_T ulIndex, ESS_MDX_PPMBRHDL_T pphMbrs);
Parameter | Type | Description |
---|---|---|
hCluster | input | Cluster handle |
ulIndex | input | Tuple position within cluster (first dimension changes slowest) |
pphMbrs | output | Array of member handles for the tuple |