Provides access to members that work with the component category manager.
Members
| Name | Description | |
|---|---|---|
![]()  | 
GetComponentsInCategory | Obtains a collection of component IDs matching the specified component category ID. | 
IComponentCategoryInfo.GetComponentsInCategory Method
Obtains a collection of component IDs matching the specified component category ID.
Public Function GetComponentsInCategory ( _
    ByVal pCategoryID As UID _
) As IEnumUID
public IEnumUID GetComponentsInCategory (
    UID pCategoryID
);
Classes that implement IComponentCategoryInfo
| Classes | Description | 
|---|---|
| ComponentCategoryManager | Component Category Manager Object. | 
