Returns information about the axes in the query.
To obtain information on the nature of the axes in the submitted query, use the following APIs after calling EssMdxExecuteQuery:
ESS_FUNC_M EssMdxGetAxes( ESS_MDX_QRYHDL_T hQry, ESS_PULONG_T pulNAxes, ESS_MDX_PPAXISHDL_T pphAxes, ESS_MDX_PAXISHDL_T phSlicer);
| Parameter | Type | Description |
|---|---|---|
| hQry | input | Query handle |
| pulNAxes | output | Number of axes |
| pphAxes | output | Array of axis handles |
| phSlicer | output | Slicer axis handle |