Returns the tuple at the specified position in the given axis. Use this function to directly retrieve a particular tuple from an axis.
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 EssMdxGetAxisMembers( ESS_MDX_AXISHDL_T hAxis, ESS_ULONG_T ulIndex, ESS_MDX_PPMBRHDL_T pphMbrs);
| Parameter | Type | Description |
|---|---|---|
| hAxis | input | Axis handle |
| ulIndex | input | Tuple position within axis |
| pphMbrs | output | Array of member handles for tuple |