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


IMSDHelper.GetWorkspaceFactoryType Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMSDHelper Interface > IMSDHelper.GetWorkspaceFactoryType Method
ArcGIS Developer Help

IMSDHelper.GetWorkspaceFactoryType Method

Given the layer's catalog path, returns the workspace type.

[Visual Basic .NET]
Public Function GetWorkspaceFactoryType ( _
    ByVal layerPath As String _
) As String
[C#]
public string GetWorkspaceFactoryType (
    string layerPath
);
[C++]
HRESULT GetWorkspaceFactoryType(
  BSTR layerPath
);
[C++]
Parameters
layerPath [in]

layerPath is a parameter of type BSTR

Product Availability

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

See Also

IMSDHelper Interface