Click or drag to resize

McMeasureInfo Interface

Exposes information about a measurement.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface McMeasureInfo
	Inherits IMcMeasureInfo
Remarks
The McMeasureInfo class exposes methods and properties that give access information about a measurement. All McMeasure objects also expose a McMeasureInfo object, but unlike a McMeasure object, an independent McMeasureInfo instance does not need to be a child of a McFeatures.
See Also