Description

Remove this object instance (McNotifySink) from the Object Manager sink list for a given type.

Return Type

None  

Syntax

object.DetachFromType vType

The DetachFromType Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McNotifySink.
vTypeRequired. 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.

Exceptions

Exception: Meaning:

E_POINTER.