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


IGxCatalog.Close Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Catalog)  

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