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


IGxObjectFactories Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxObjectFactories Interface
ArcGIS Developer Help

IGxObjectFactories Interface

Provides access to members that manage a collection of GxObject factories.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Read-only property Count The number of registered GxObject factories.
Read-only property EnabledGxObjectFactories The enabled GxObject factories (sorted by priority).
Method EnableGxObjectFactory Enables or disables a GxObject factory.
Read-only property GxObjectFactory The specified GxObject factory.
Read-only property GxObjectFactoryCLSID The class ID of the specified GxObject factory.
Read-only property IsEnabled Indicates if a specific GxObject factory is enabled.

Classes that implement IGxObjectFactories

Classes Description
GxCatalog GxObject that represents the catalog.