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


IPlugInWorkspaceFactoryHelper.WorkspaceFactoryTypeID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInWorkspaceFactoryHelper Interface > IPlugInWorkspaceFactoryHelper.WorkspaceFactoryTypeID Property
ArcGIS Developer Help

IPlugInWorkspaceFactoryHelper.WorkspaceFactoryTypeID Property

The class ID which is registered in the WorkspaceFactory category.

[Visual Basic .NET]
Public ReadOnly Property WorkspaceFactoryTypeID As UID
[C#]
public UID WorkspaceFactoryTypeID {get;}
[C++]
HRESULT get_WorkspaceFactoryTypeID(
  IUID** wksFactID
);
[C++]
Parameters
wksFactID [out, retval]

wksFactID is a parameter of type IUID**

Product Availability

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

Description

If the plug-in workspace factory helper class  is written in C++, returns the CLSID of the that class. Otherwise, returns a proxy CLSID, which will be used as the CLSID of the workspace factory for the data source.

See Also

IPlugInWorkspaceFactoryHelper Interface