ArcObjects Library Reference  (GeoDatabase)    

IWorkspaceFactory.GetClassID Method

The class ID of the WorkspaceFactory.

[Visual Basic 6.0]
Function GetClassID As IUID
[Visual Basic .NET]
Public Function GetClassID ( _
) As UID
[C#]
public UID GetClassID (
);
[Java]
public UID getClassID (
)
throws
    IOException,
    AutomationException
[C++]
HRESULT GetClassID(
  IUID** ppClassID
);
[C++]

Parameters

ppClassID [out, retval]

  ppClassID is a parameter of type IUID

Product Availability

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

Remarks

GetClassID returns the unique identifier for the workspace factory. You can use this to distinguish different versions of the same type of factory, for example, whether you are working with an SDEWorkspace, FileGDBWorkspace or AccessWorkspace factory.

See Also

IWorkspaceFactory Interface

Example

IWorkspaceFactory GetClassID Example

 


Feedback Send feedback on this page