Returns information about the specified axis.
To obtain information on the nature of the axes in the submitted query, use the following APIs after calling EssMdxExecuteQuery:
ESS_FUNC_M EssMdxGetAxisInfo( ESS_MDX_AXISHDL_T hAxis, ESS_PULONG_T pulSize, ESS_PULONG_T pulNDims, ESS_MDX_PPDIMHDL_T pphDims);
| Parameter | Type | Description |
|---|---|---|
| hAxis | input | Axis handle |
| pulSize | output | Number of tuples in axis |
| pulNDims | output | Number of dimensions in axis |
| pphDims | output | Array of dimension handles |