IMcMeasuresCompute Method
|
|
Forces the computation of enabled measurements in the collection
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
RemarksYou will usually have no reason to call this method, because a
measurement's Value property will always be computed correctly when accessed.
However, under some circumstances it is more efficient to use Select to enable
all measurements of interest and then call Compute to do the calculations
all at once.
See Also