Click or drag to resize

IMcMeasures Interface

An interface implemented by McMeasures.

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

The IMcMeasures type exposes the following members.

Properties
  NameDescription
Public propertyCount
Count of measurements in the collection
Public propertyItem
One of the McMeasure instances in the collection
Top
Methods
  NameDescription
Public methodAdd
Internally used method to add a measurement operator to the collection
Public methodCode exampleAddAll
All available measurements are added to the collection.
Public methodCompute
Forces the computation of enabled measurements in the collection
Public methodCode exampleFilter
The ancestor McFeatures features are selected based all enabled measurements
Public methodGetEnumerator
Public methodCode exampleRemove
Internally used method to Remove a measurement operator (or all opererators) from the collection.
Public methodCode exampleSelect
Sets the Enabled state for selected measurements in the collection
Public methodCode exampleSelectAll
Enables or disables all measurements in the collection by category
Public methodCode exampleUnselect
Specified items in the collection are disabled
Top
See Also