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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.