ArcObjects Library Reference (Carto)  

IMSDHelper2.GetWorkspaceFactoryTypeFromTable Method

[Visual Basic .NET]
Public Function GetWorkspaceFactoryTypeFromTable ( _
    ByVal mapPath As String, _
    ByVal tableIndex As Integer _
) As String
[C#]
public string GetWorkspaceFactoryTypeFromTable (
    string mapPath,
    int tableIndex
);
[C++]
HRESULT GetWorkspaceFactoryTypeFromTable(
  BSTR mapPath,
  long tableIndex,
  BSTR* workspaceFactoryType
);
[C++]

Parameters

mapPath [in]   mapPath is a parameter of type BSTR tableIndex [in]   tableIndex is a parameter of type long workspaceFactoryType [out, retval]   workspaceFactoryType is a parameter of type BSTR

Product Availability

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

See Also

IMSDHelper2 Interface