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,
BSTR* workspaceFactoryType
);
[C++]Parameters
layerPath [in] layerPath is a parameter of type BSTR workspaceFactoryType [out, retval] workspaceFactoryType is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.