ArcObjects Library Reference  (GeoDatabase)    

IWorkspaceName.Type Property

The type of the associated workspace.

[Visual Basic 6.0]
Property Type As esriWorkspaceType
[Visual Basic .NET]
Public ReadOnly Property Type As esriWorkspaceType
[C#]
public esriWorkspaceType Type {get;}
[Java]
public esriWorkspaceType getType()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Type(
  esriWorkspaceType* Type
);
[C++]

Parameters

Type [out, retval]

  Type is a parameter of type esriWorkspaceType

Product Availability

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

See Also

IWorkspaceName Interface

 


Feedback Send feedback on this page