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


IGxObjectFactories.EnableGxObjectFactory Method (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 > IGxObjectFactories.EnableGxObjectFactory Method
ArcGIS Developer Help

IGxObjectFactories.EnableGxObjectFactory Method

Enables or disables a GxObject factory.

[Visual Basic .NET]
Public Sub EnableGxObjectFactory ( _
    ByVal index As Integer, _
    ByVal Enabled As Boolean _
)
[C#]
public void EnableGxObjectFactory (
    int index,
    bool Enabled
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxObjectFactories Interface