Returns the labels of all the members of a dimension.
<IHsvTreeInfo>.EnumAllMemberLabels pvaralMemberLabels
The following example adds the names of an application’s Value dimension members to a ComboBox control. The example sets an IHsvTreeInfo object reference for the Value dimension, then uses EnumAllMemberLabels to assign the Value dimension labels to the vaMemNames variable. The example then populates the combo box by looping through the array assigned to vaMemNames.