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:

PartDescription
objectA McUserMeasure object.
MeasurementObjectA McMeasure object.

The McMeasure object for which the measurement is to be computed.

ParentOperatorAn Object object.

The Parent operator (usually an McFeatures or McRefFeatures object) on which the measurement is to be computed.

vValueA Variant value.

Assign the computed measurement Value to this argument as a Variant.

Remarks

This event must be serviced.