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


IMSDHelper.GetMaps 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.GetMaps Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

IMSDHelper Interface