com.esri.arcgis.geodatabase
Interface IPlugInWorkspaceFactoryHelper2
- All Superinterfaces:
- IPlugInWorkspaceFactoryHelper, Serializable
- All Known Implementing Classes:
- FeatureServiceWorkspaceFactory, FMEWorkspaceFactory, IPlugInWorkspaceFactoryHelper2Proxy
public interface IPlugInWorkspaceFactoryHelper2
- extends IPlugInWorkspaceFactoryHelper, Serializable
Provides access to members that help the Plug-In workspace factory.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
openWorkspaceEx
IPlugInWorkspaceHelper openWorkspaceEx(String wksString,
IPropertySet pConnectionProps)
throws IOException,
AutomationException
- Opens a workspace helper for the workspace identified by the workspace string, using the connection properties.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
wksString
- The wksString (in)pConnectionProps
- A reference to a com.esri.arcgis.system.IPropertySet (in)
- Returns:
- A reference to a com.esri.arcgis.geodatabase.IPlugInWorkspaceHelper
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.