Gets or sets whether to filter for enabled dimensions. TRUE turns the filter on, FALSE turns it off.
To enable or disable a dimension, set the enabled attribute with AttrAll, AttrDim, or HFMwMbrSelDim.Attr. |
Filters are applied if you attempt to get all dimensions from an HFMwMbrSel instance. Only dimensions that meet all the filters’ criteria are returned. For example, if both enabledOnly and ValuedOnly are set to TRUE, then only enabled dimensions containing a value are returned.