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


IGxCatalogAdmin.EnableRootObject Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxCatalogAdmin Interface > IGxCatalogAdmin.EnableRootObject Method
ArcGIS Developer Help

IGxCatalogAdmin.EnableRootObject Method

Enables or disables the specified root-level object within the catalog.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IGxCatalogAdmin Interface