com.esri.arcgis.catalog
Interface IGxAGSObject2

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxAGSCatalog, GxAGSGeoDataServer, GxAGSGeometry, GxAGSGeoprocessing, GxAGSImage, GxAGSLocator, GxAGSMap

public interface IGxAGSObject2
extends Serializable

Provides access to members of GxObject that represents a ArcGIS Server (AGS) object.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 String getServerObjectType()
          Name of Server Object Type.
 

Method Detail

getServerObjectType

String getServerObjectType()
                           throws IOException,
                                  AutomationException
Name of Server Object Type.

Product Availability

Available with ArcGIS Desktop.

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