ArcObjects Library Reference  (GeoDatabase)    

IWorkspaceName.WorkspaceFactoryProgID Property

The ProgID of the WorkspaceName's workspace factory.

[Visual Basic 6.0]
Property WorkspaceFactoryProgID As String
[Visual Basic .NET]
Public Property WorkspaceFactoryProgID As String
[C#]
public string WorkspaceFactoryProgID {get; set;}
[Java]
public String getWorkspaceFactoryProgID()
throws
    IOException,
    AutomationException
[Java]
public void setWorkspaceFactoryProgID(
String WorkspaceFactoryProgID
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_WorkspaceFactoryProgID(
  BSTR* progID
);
[C++]
HRESULT put_WorkspaceFactoryProgID(
  BSTR progID

);

[C++]

Parameters

progID [out, retval]

  progID is a parameter of type BSTR

progID [in]

  progID is a parameter of type BSTR

Product Availability

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

Description

The WorkspaceFactoryProgID identifies the ProgID of the WorkspaceFactory object that is used to open that particular workspace.

Here is a list of some of the possible WorkspaceFactoryProgIDs:

See Also

IWorkspaceName Interface

 


Feedback Send feedback on this page