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


IGxObjectFactories.EnableGxObjectFactory Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Catalog)  

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