ValuedOnly

Gets or sets whether to filter out dimensions in which a dimension value has not been set. TRUE turns this filter on, FALSE turns it off.

Tip:

Dimension values are stored in the val attribute. To get or set the val attribute, use AttrDim, AttrAll, 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 ValuedOnly and EnabledOnly are set to TRUE, then only enabled dimensions containing a value are returned.

Read-write.