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