IMcEngineGetRegisteredUserMeasurement Method
|
|
Returns any registered instance of McUserMeasure associated
with a named measurement.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxFunction GetRegisteredUserMeasurement (
Name As String
) As Object
Parameters
- Name
- Type: SystemString
Name of the registered measurement.
Return Value
Type:
ObjectThe instance of an McUserMeasure interface that
implements the measurement, or Nothing if the given name is not registered as a
user measurement.
RemarksThis method may be used to both access the McUserMeasure instance
backing a user measurment or to see if a user measurement of the given name
already exists.
See Also