Click or drag to resize

IMcUserMeasureUserDisplayName Method

User measurement supplies a displayable measurement Name.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Function UserDisplayName ( 
	MeasurementObject As IMcMeasure
) As String

Parameters

MeasurementObject
Type: MediaCy.IQL.FeaturesIMcMeasure
The McMeasure object for which the measurement is to be computed, or Nothing if the McUserMeasure class is being asked its for default value.

Return Value

Type: String
The display name as a string. The measurement is responsible for localizing this string.
See Also