Click or drag to resize

IMcObjectsUnregisterCategory Method

Unregisters a category previously registered with RegisterCategory.

Namespace:  MediaCy.IQL.ObjectManager
Assembly:  MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
Syntax
VB
Sub UnregisterCategory ( 
	varCategoryNameOrID As Object
)

Parameters

varCategoryNameOrID
Type: SystemObject
[in] The name or category ID to unregister
Remarks
Any objects which are a member of the category being unregistered will be removed from all membership in any category. If the varCategoryNameOrID is given as a name, that category name must be within the scope of the current default Namespace, unless the actual namespace is supplied via the "::" syntax.
See Also