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


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

IMSDHelper.GetMaps Method

Method returns a String Array containing the catalog paths to all the maps in the msd.

[Visual Basic .NET]
Public Function GetMaps ( _
) As IStringArray
[C#]
public IStringArray GetMaps (
);
[C++]
HRESULT GetMaps(
  IStringArray** ppMapPaths
);
[C++]

Parameters ppMapPaths [out, retval]
ppMapPaths is a parameter of type IStringArray

Product Availability

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

See Also

IMSDHelper Interface