Returns the value of the specified property for the specified member. The property value will have a type of ESS_MDX_PROPTYPE_NONE if the property is not applicable to the member.
ESS_FUNC_M EssMdxGetMbrProperty( ESS_MDX_MBRHDL_T hMbr, ESS_MDX_PROPHDL_T hProp, ESS_MDX_PPROPVALUE_T pPropValue);
Parameter | Type | Description |
---|---|---|
hMbr | input | Member handle |
hProp | input | Property handle |
pPropValue | output | Property value |