Click or drag to resize

McEngineWrapperRegisterUserMeasurement Method

Registers or unregisters an instance of McUserMeasure as a named measurement.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Sub RegisterUserMeasurement ( 
	Name As String,
	McUserMeasureObject As Object,
	Optional AllowedParent As mcMeasurementParentAllowed = mcMeasurementParentAllowed.mcmpaAnyParent
)

Parameters

Name
Type: SystemString
McUserMeasureObject
Type: SystemObject
AllowedParent (Optional)
Type: MediaCy.IQL.EnginemcMeasurementParentAllowed

Implements

IMcEngineRegisterUserMeasurement(String, Object, mcMeasurementParentAllowed)
Remarks