com.esri.arcgis.catalog
Interface IGxExcelFile

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxExcelFile

public interface IGxExcelFile
extends Serializable

Provides access to members that manage the properties of a GxExcelFile object.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IWorkspace getWorkspace()
          The associated workspace.
 IWorkspaceName getWorkspaceName()
          The workspace name.
 void setWorkspaceNameByRef(IWorkspaceName workspaceName)
          The workspace name.
 

Method Detail

setWorkspaceNameByRef

void setWorkspaceNameByRef(IWorkspaceName workspaceName)
                           throws IOException,
                                  AutomationException
The workspace name.

Product Availability

Available with ArcGIS Desktop.

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.

getWorkspaceName

IWorkspaceName getWorkspaceName()
                                throws IOException,
                                       AutomationException
The workspace name.

Product Availability

Available with ArcGIS Desktop.

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.

getWorkspace

IWorkspace getWorkspace()
                        throws IOException,
                               AutomationException
The associated workspace.

Product Availability

Available with ArcGIS Desktop.

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