This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IC > IComponentCategoryInfo Interface > IComponentCategoryInfo.GetComponentsInCategory Method (ArcObjects .NET 10.5 SDK) |
Obtains a collection of component IDs matching the specified component category ID.
[Visual Basic .NET] Public Function GetComponentsInCategory ( _ ByVal pCategoryID As UID _ ) As IEnumUID
[C#] public IEnumUID GetComponentsInCategory ( UID pCategoryID );
[C++]
HRESULT GetComponentsInCategory(
IUID* pCategoryID,
IEnumUID** ppUIDs
);
[C++]
Parameters pCategoryID [in]
pCategoryID is a parameter of type IUID ppUIDs [out, retval]
ppUIDs is a parameter of type IEnumUID