IMcUserMeasureEvents_GetAttributesEventHandler Delegate

Event to get a measurement Attribute

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Public Delegate Sub IMcUserMeasureEvents_GetAttributesEventHandler ( 
	MeasurementObject As IMcMeasure,
	AttributeId As mcMeasurementAttributeID,
	<OutAttribute> ByRef Attributes As Object
)

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.
AttributeId
Type: MediaCy.IQL.FeaturesmcMeasurementAttributeID
ID of the Attribute being requested. See McUserMeasure.UserAttributes for a list of the AttributeId values that may be seen during this event call.
Attributes
Type: SystemObject
Remarks
This event does not have to do anything if all attributes of the measurement match the assumed defaults. See McUserMeasure.UserAttributes (which fires this event) for more discussion.
See Also