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


IPlugInCreateWorkspace.CreateWorkspace Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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