Description

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

Return Type

None  

Syntax

object.DetachFromCategory vCategory

The DetachFromCategory Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McNotifySink.
vCategoryRequired. A Variant value.

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.