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