com.esri.arcgis.catalog
Interface IGxNewDatabase

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxNewDatabase

public interface IGxNewDatabase
extends Serializable

Provides access to members that defines a new database shortcut.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void setWorkspaceFactoryByRef(IWorkspaceFactory rhs1)
          The value of the workspace factory property.
 

Method Detail

setWorkspaceFactoryByRef

void setWorkspaceFactoryByRef(IWorkspaceFactory rhs1)
                              throws IOException,
                                     AutomationException
The value of the workspace factory property.

Product Availability

Available with ArcGIS Desktop.

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