![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
| ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMSDHelper Interface > IMSDHelper.GetMapDisplayName Method (ArcObjects .NET 10.4 SDK) | 
Given the map's catalog path returns the map's TOC display name.
[Visual Basic .NET] Public Function GetMapDisplayName ( _ ByVal mapPath As String _ ) As String
[C#] public string GetMapDisplayName ( string mapPath );
[C++]
HRESULT GetMapDisplayName(
  BSTR mapPath,
  BSTR* mapDisplayName
);
[C++]
Parameters mapPath [in] mapPath is a parameter of type BSTR mapDisplayName [out, retval] mapDisplayName is a parameter of type BSTR