EssMdxGetDimInfo

Returns information about the specified dimension, including the properties available for members in this dimension.

Syntax

ESS_FUNC_M EssMdxGetDimInfo(
   ESS_MDX_DIMHDL_T      hDim,
   ESS_PSTR_T            ppszName,
   ESS_PULONG_T          pulNProps,
   ESS_MDX_PPPROPHDL_T   pphProps);
ParameterTypeDescription
hDiminputDimension handle
ppszDimNameoutputDimension name
pulNPropsoutputNumber of properties returned
pphPropsoutputArray of property handles

Notes