This document is archived and information here might be outdated.  Recommended version.


IPlugInCreateWorkspace.CreateWorkspace Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInCreateWorkspace Interface > IPlugInCreateWorkspace.CreateWorkspace Method
ArcGIS Developer Help

IPlugInCreateWorkspace.CreateWorkspace Method

Creates a new Plug-In workspace.

[Visual Basic .NET]
Public Sub CreateWorkspace ( _
    ByVal workspaceString As String _
)
[C#]
public void CreateWorkspace (
    string workspaceString
);
[C++]
HRESULT CreateWorkspace(
  BSTR workspaceString
);
[C++]
Parameters
workspaceString [in]

workspaceString is a parameter of type BSTR

Product Availability

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

See Also

IPlugInCreateWorkspace Interface