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: |
| object | An expression evaluating to an object of type McMeasures. | | MeasureToAdd | Required. 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.
|