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


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

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
);
[C++]
Parameters
mapPath [in]

mapPath is a parameter of type BSTR

Product Availability

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

See Also

IMSDHelper Interface