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


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

IMSDHelper2.GetTableDisplayName Method

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

mapPath is a parameter of type BSTR tableIndex [in]
tableIndex is a parameter of type long

Product Availability

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

See Also

IMSDHelper2 Interface