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


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

ICategoryFactory Interface

Provides access to members that work with the category factory.

Product Availability

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

Description

Use the ICategoryFactory interface to read the information in the registry to find out what classes are in a particular category. The IComponentCategoryManager is used for writing component category information to the registry.

Members

Name Description
Write-only property CategoryID The ID of the category.
Method CreateNext Creates the next component in the category.

Classes that implement ICategoryFactory

Classes Description
CategoryFactory Component Category Factory.

See Also

IComponentCategoryManager Interface