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