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


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

IGxCatalog.Close Method

Closes the catalog object. Clients that create a catalog object must call this method when they are finished using it.

[Visual Basic .NET]
Public Sub Close ( _
)
[C#]
public void Close (
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxCatalog Interface