Description

Returns any registered instance of McUserMeasure associated with a named measurement.

Return Type

An Unknown object.  

The instance of an McUserMeasure interface that implements the measurement, or Nothing if the given name is not registered as a user measurement.

Syntax

object.GetRegisteredUserMeasurement (Name)

The GetRegisteredUserMeasurement Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McEngine.
NameRequired. A String value.

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.