com.esri.arcgis.schematic
Interface ISchematicWorkspaceFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
SchematicWorkspaceFactory

public interface ISchematicWorkspaceFactory
extends Serializable

Provides access to members that open schematic workspaces.

Product Availability

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


Method Summary
 ISchematicWorkspace open(IWorkspace workspace)
          Opens the schematic workspace from the specified workspace.
 

Method Detail

open

ISchematicWorkspace open(IWorkspace workspace)
                         throws IOException,
                                AutomationException
Opens the schematic workspace from the specified workspace.

Product Availability

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

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