Gets or sets whether the HFMwMbrSel instance sorts dimensions using the system’s native sort order or the dimensions’ order attributes. TRUE indicates that dimensions are sorted by their order attributes, FALSE indicates that dimensions are sorted using the system’s native sorting order.
By default, a dimension’s order attribute is set to -1. If sortedOnly is set to TRUE, then dimensions in which the order attribute is set to -1 are not returned.
To specify a dimension’s order attribute, use AttrDim, AttrAll, or HFMwMbrSelDim.Attr. When setting this attribute, you can use the NextSortOrder property to get the next available sequential number in the sort order. |