Description

Specified items in the collection are disabled

Return Type

None  

Syntax

object.Unselect [MeasureIDs]

The Unselect Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McMeasures.
MeasureIDsOptional. A Variant value.

If given, a scalar or array of either the name(s) of the measurements to be disabled (as a string) or the IDs of the measurements to be disabled. The name is McMeasure.Attributes(mcmaidName) and the ID is McMeasure.Attributes(mcmaidID). Note that the referenced measurement does not have to be part of the collection; it will be automatically added.

If not given, then all measurements already in the collection are disabled.

Remarks

This method is equivalent to “Select MeasureIDs, False”. That is, it sets the McMeasure.Enabled property to False for the specified measurements.