Click or drag to resize

IMcObjectsCategoryNameOrID Method

The name or ID number of a Category.

Namespace:  MediaCy.IQL.ObjectManager
Assembly:  MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
Syntax
VB
Function CategoryNameOrID ( 
	varNameOrID As Object
) As Object

Parameters

varNameOrID
Type: SystemObject
[in] The Name (VT_BSTR) or ID (VT_INT_PTR) of either a McObject Type or Category.

Return Value

Type: Object
The numeric category ID or string category Name of the category specified in the argument varNameOrID. The name will be returned in a "Namespace::CategoryName" form if the namespace of the type is not the same as the default Namespace property, otherwise just "CategoryName" is returned.
Remarks
Given the Name or ID of an McObjects Category, returns the corresponding ID or Name, respectively. The Category ID is the value returned by the RegisterCategory method. If the varNameOrID 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. If an unknown category name is supplied, a category ID of zero is returned. If an illegal category ID is supplied, results are unpredictable and likely to result in program failure.
See Also