com.esri.arcgis.system
Interface IComponentCategoryInfo
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ComponentCategoryManager
public interface IComponentCategoryInfo
- extends Serializable
Provides access to members that work with the component category manager.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
getComponentsInCategory
IEnumUID getComponentsInCategory(IUID pCategoryID)
throws IOException,
AutomationException
- Obtains a collection of component IDs matching the specified component category ID.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
pCategoryID
- A reference to a com.esri.arcgis.system.IUID (in)
- Returns:
- A reference to a com.esri.arcgis.system.IEnumUID
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.