Remove this object instance (McNotifySink) from the Object Manager sink list for a given type.
Return Type
None
Syntax
object.DetachFromTypevType
The DetachFromType Method syntax has these parts:
Part
Description
object
An expression evaluating to an object of type McNotifySink.
vType
Required. A Variant value.
VARIANT : The McObject's type name or id.
Remarks
This object instance MUST be created using McEngine.CreateObject("McImageLib.%McNotifySink:IQL~McNotifySink%") (in order to establish a connection with the Object Manager) or this function will fail and return E_POINTER.