Description

Internally used method to add a measurement operator to the collection

Return Type

None  

Syntax

object.Add MeasureToAdd

The Add Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McMeasures.
MeasureToAddRequired. A McObject object.

Must be the McObject backing an McMeasure operator.

Remarks

A McMeasure object is automatically added to its sibling McMeasure collection when its Value property is accessed or when the Compute or Filter methods are called.