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


IMSDHelper.GetMapDisplayName Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMSDHelper.GetMapDisplayName Method

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

Product Availability

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

See Also

IMSDHelper Interface