This document is archived and information here might be outdated.  Recommended version.


IComponentCategoryInfo.GetComponentsInCategory Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IC > IComponentCategoryInfo Interface > IComponentCategoryInfo.GetComponentsInCategory Method
ArcGIS Developer Help

IComponentCategoryInfo.GetComponentsInCategory Method

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
);
[C++]
Parameters
pCategoryID [in]

pCategoryID is a parameter of type IUID*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IComponentCategoryInfo Interface