Click or drag to resize

IMcObjectsDetachAutoAddFromCategory Method

Disables the association of an object "Auto Add" with a particular McObject category.

Namespace:  MediaCy.IQL.ObjectManager
Assembly:  MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
Syntax
VB
Sub DetachAutoAddFromCategory ( 
	ckhCookie As IntPtr
)

Parameters

ckhCookie
Type: SystemIntPtr
[in] Identifier from previous AttachAutoAddToCategory.
Remarks
Disables the automatic creation and addition of objects when requested from a category via a GetCategoryItem call (see AttachAutoAddToCategory).
See Also