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
SyntaxSub UnregisterCategory (
varCategoryNameOrID As Object
)
Parameters
- varCategoryNameOrID
- Type: SystemObject
[in] The name or category ID to unregister
RemarksAny 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