IMcUserMeasureUserDescription Method
|
|
User measurement supplies a measurement Description.
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxFunction UserDescription (
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:
StringA short (less than 256 characters) description as a string. The
measurement is responsible for localizing this string.
See Also