ArcObjects Library Reference (Geoprocessing)  

IGPWorkspaceDomain.AddType Method

Add a workspace type.

[Visual Basic .NET]
Public Sub AddType ( _
    ByVal Type As esriWorkspaceType _
)
[C#]
public void AddType (
    esriWorkspaceType Type
);
[C++]
HRESULT AddType(
  esriWorkspaceType Type
);
[C++]

Parameters

Type [in]

  Type is a parameter of type esriWorkspaceType

Product Availability

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

See Also

IGPWorkspaceDomain Interface