com.esri.arcgis.catalog
Interface IGxAGSDraft

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxAGSDraft

public interface IGxAGSDraft
extends Serializable

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

Product Availability

Available with ArcGIS Desktop.


Method Summary
 String getFilePath()
          The cooresponding file path of a draft service.
 String getTypeName()
          Name of draft Type.
 void setFilePath(String pFilePath)
          The cooresponding file path of a draft service.
 

Method Detail

getTypeName

String getTypeName()
                   throws IOException,
                          AutomationException
Name of draft Type.

Product Availability

Available with ArcGIS Desktop.

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

getFilePath

String getFilePath()
                   throws IOException,
                          AutomationException
The cooresponding file path of a draft service.

Product Availability

Available with ArcGIS Desktop.

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

setFilePath

void setFilePath(String pFilePath)
                 throws IOException,
                        AutomationException
The cooresponding file path of a draft service.

Product Availability

Available with ArcGIS Desktop.

Parameters:
pFilePath - The pFilePath (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.