Click or drag to resize

IMcUserMeasureEvents Interface

An event source interface which implements a McFeatures based measurement for the McUserMeasure CoClass.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcUserMeasureEvents

The IMcUserMeasureEvents type exposes the following members.

Methods
  NameDescription
Public methodComputeValue
User measurement must supply a measurement Value during this event.
Public methodGetAttributes
Event to get a measurement Attribute
Public methodGetDescription
User measurement can supply a displayable measurement Description during this event.
Public methodGetDisplayName
User measurement can supply a displayable measurement Name during this event.
Public methodGetIsValueStale
User measurement can indicate that the measurement is Stale during this event.
Top
Remarks
When the IMcUserMeasure interface is supplied by the McUserMeasure CoClass, then the measurement is implemented via "Event" notification functions (see Examples with the McUserMeasure CoClass and with methods of this interface). At the minimum, only the ComputeValue event method must be implemented.
See Also