Click or drag to resize

IMcUserMeasure Interface

An interface implemented by McUserMeasure.

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

The IMcUserMeasure type exposes the following members.

Methods
  NameDescription
Public methodComputeValue
User measurement must supply a measurement Value.
Public methodCode exampleUserAttributes
Called to get measurement attributes
Public methodUserDescription
User measurement supplies a measurement Description.
Public methodUserDisplayName
User measurement supplies a displayable measurement Name.
Public methodUserIsValueStale
Called to determine if the measurement is stale.
Top
See Also