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


IGxObjectFactories.IsEnabled Property (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.IsEnabled Property
ArcGIS Developer Help

IGxObjectFactories.IsEnabled Property

Indicates if a specific GxObject factory is enabled.

[Visual Basic .NET]
Public Function get_IsEnabled ( _
    ByVal index As Integer _
) As Boolean
[C#]
public bool get_IsEnabled (
    int index
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxObjectFactories Interface