This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxObjectFactories Interface > IGxObjectFactories.EnableGxObjectFactory Method (ArcObjects .NET 10.5 SDK) |
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 );