IMcUserMeasureEvents_ComputeValueEventHandler Delegate
|
|
User measurement must supply a measurement Value during this event.
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxPublic Delegate Sub IMcUserMeasureEvents_ComputeValueEventHandler (
MeasurementObject As IMcMeasure,
ParentOperator As Object,
<OutAttribute> ByRef vValue As Object
)
Parameters
- MeasurementObject
- Type: MediaCy.IQL.FeaturesIMcMeasure
The McMeasure object for which the measurement is to be computed. - ParentOperator
- Type: SystemObject
The Parent operator (usually a McFeatures or
McRefFeatures object) on which the measurement is to be computed. - vValue
- Type: SystemObject
Assign the computed measurement Value to this argument as a Variant.
RemarksThis event must be serviced.
See Also