Click or drag to resize

IMcMeasuresAdd Method

Internally used method to add a measurement operator to the collection

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Sub Add ( 
	MeasureToAdd As McObject
)

Parameters

MeasureToAdd
Type: MediaCy.IQL.ObjectManagerMcObject
Must be the McObject backing an McMeasure operator.
Remarks
A McMeasure object is automatically added to its sibling McMeasure collection when its Value property is accessed or when the Compute or Filter methods are called.
See Also