com.esri.arcgis.schematic
Interface ISchematicGDBConnection

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicGDBConnectionProxy

public interface ISchematicGDBConnection
extends Serializable

Provides access to members that control the schematic connectin to a GDB.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IWorkspaceName getWorkspaceName()
          Workspace name of the schematic connection.
 void setWorkspaceNameByRef(IWorkspaceName workspaceName)
          Workspace name of the schematic connection.
 

Method Detail

getWorkspaceName

IWorkspaceName getWorkspaceName()
                                throws IOException,
                                       AutomationException
Workspace name of the schematic connection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.geodatabase.IWorkspaceName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWorkspaceNameByRef

void setWorkspaceNameByRef(IWorkspaceName workspaceName)
                           throws IOException,
                                  AutomationException
Workspace name of the schematic connection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
workspaceName - A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.