IMcUserMeasureEvents_GetDisplayNameEventHandler Delegate

User measurement can supply a displayable measurement Name during this event.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Public Delegate Sub IMcUserMeasureEvents_GetDisplayNameEventHandler ( 
	MeasurementObject As IMcMeasure,
	<OutAttribute> ByRef Name 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.
Name
Type: SystemString
Assign the name to this argument.
Remarks
The measurement is responsible for localizing this string.
See Also