Click or drag to resize

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
Syntax
VB
Function GetRegisteredUserMeasurement ( 
	Name As String
) As Object

Parameters

Name
Type: SystemString
Name of the registered measurement.

Return Value

Type: Object
The instance of an McUserMeasure interface that implements the measurement, or Nothing if the given name is not registered as a user measurement.
Remarks
This 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