com.esri.arcgis.catalog
Interface IGxDatabaseExtensions

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxDatabaseExtensions, IGxDatabaseExtensionsProxy

public interface IGxDatabaseExtensions
extends Serializable

Provides access to members that return GX database extensions.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 int getCount()
          The number of database extensions.
 IGxDatabaseExtension getExtension(int index)
          Get an extension.
 

Method Detail

getCount

int getCount()
             throws IOException,
                    AutomationException
The number of database extensions.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtension

IGxDatabaseExtension getExtension(int index)
                                  throws IOException,
                                         AutomationException
Get an extension.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
index - The index (in)
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.