ESRI Plug-In Workspace Factory.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The PlugInWorkspaceFactory is a workspace factory for read-only data sources.
Supported Platforms
Windows, Solaris, Linux
Interfaces
Interfaces | Description |
---|---|
IWorkspaceFactory | Provides access to members that create and open workspaces and supply workspace factory information. |
IWorkspaceFactory2 | Provides access to members that create and open workspaces and supply workspace factory information. |
Remarks
When you implement a plug-in data source using C++ or any other COM-compliant language that supports aggregation, your PlugInWorkspaceFactoryHelper coclass must aggregate the PlugInWorkspaceFactory coclass.
When you implement a plug-in data source using a language that does not support aggregation (such as C# or other .NET languages), your PlugInWorkspaceFactoryHelper coclass does not aggregate the PlugInWorkspaceFactory coclass. Instead, the PlugInWorkspaceFactory coclass will aggregate your PlugInWorkspaceFactoryHelper coclass.