com.esri.arcgis.schematic
Interface IWorkspaceNameHelper

All Superinterfaces:
Serializable
All Known Implementing Classes:
IWorkspaceNameHelperProxy

public interface IWorkspaceNameHelper
extends Serializable

Provides access to the workspace name of a schematic datasource.

Product Availability

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


Method Summary
 IWorkspaceName getWorkspaceName()
          Workspace name of the schematic data source.
 

Method Detail

getWorkspaceName

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

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.