ArcObjects Library Reference (Carto)  

IMSDHelper2.GetTables Method

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

Parameters

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

Product Availability

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

See Also

IMSDHelper2 Interface