Click or drag to resize

IMcEngineProgressMeter Property

A read/write property holding a IMcGlueProgressMeter instance, if any.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Property ProgressMeter As IMcGlueProgressMeter
	Get
	Set

Return Value

Type: IMcGlueProgressMeter
IMcGlueProgressMeter* The current ProgressMeter instance, if any. Or Nothing if none.
Remarks
This must be assigned either NULL for no progress meter support (which is also its initial value) or an instance of an IMcGlueProgressMeter interface supplied by the caller. The IMcGlueProgressMeter interface should implement the display of operation progress, the discharge of the message queue and checking for user abort.
Note Note
When this property is assigned, notify clients of McObject(Engine) are sent an SNC_NOTIFY_HO_PROPERTYCHANGED SpecialNotify with data value ID_IMcEngine_McGlueProgressMeter.
See Also