This document is archived and information here might be outdated. Recommended version. |
[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
);
[C++] Parameters mapPath [in]
mapPath is a parameter of type BSTR tableIndex [in]
tableIndex is a parameter of type long