Description
User measurement must supply a measurement Value during this event.
Syntax
Private Sub object_ComputeValue(MeasurementObject, ParentOperator, vValue)
The ComputeValue Event syntax has these parts:
|
| object | A McUserMeasure object. | | MeasurementObject | A McMeasure object. The McMeasure object for which the measurement is to be computed.
| | ParentOperator | An Object object. The Parent operator (usually an McFeatures or McRefFeatures object) on which the measurement is to be computed.
| | vValue | A Variant value. Assign the computed measurement Value to this argument as a Variant.
|
Remarks
This event must be serviced.
|