com.esri.arcgis.catalog
Interface IGxDatabaseExtensionCompare

All Superinterfaces:
Serializable
All Known Implementing Classes:
IGxDatabaseExtensionCompareProxy

public interface IGxDatabaseExtensionCompare
extends Serializable

Provides access to members that defines whether something is a database extension.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IGxDatabaseExtension getExtensionManager()
          The extension manager.
 void setExtensionManagerByRef(IGxDatabaseExtension extensionManager)
          The extension manager.
 

Method Detail

getExtensionManager

IGxDatabaseExtension getExtensionManager()
                                         throws IOException,
                                                AutomationException
The extension manager.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.catalog.IGxDatabaseExtension
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtensionManagerByRef

void setExtensionManagerByRef(IGxDatabaseExtension extensionManager)
                              throws IOException,
                                     AutomationException
The extension manager.

Product Availability

Available with ArcGIS Desktop.

Parameters:
extensionManager - A reference to a com.esri.arcgis.catalog.IGxDatabaseExtension (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.