com.esri.arcgis.catalog
Interface IGxPackage

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxPackage

public interface IGxPackage
extends Serializable

Provides access to members that manage a GxPackage object.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 int getPackageType()
          GxPackage type.
 

Method Detail

getPackageType

int getPackageType()
                   throws IOException,
                          AutomationException
GxPackage type.

Product Availability

Available with ArcGIS Desktop.

Returns:
A com.esri.arcgis.catalog.esriGxPackageType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.