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.
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.