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
SyntaxFunction 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:
StringThe display name as a string. The measurement is responsible for
localizing this string.
See Also