ArcObjects Library Reference (Carto)  

IMSDHelper.GetLayers Method

Given the map's catalog path, returns the catalog path for all layers in the map.

[Visual Basic .NET]
Public Function GetLayers ( _
    ByVal mapPath As String _
) As IStringArray
[C#]
public IStringArray GetLayers (
    string mapPath
);
[C++]
HRESULT GetLayers(
  BSTR mapPath,
  IStringArray** ppLayerPaths
);
[C++]

Parameters

mapPath [in]   mapPath is a parameter of type BSTR ppLayerPaths [out, retval]

  ppLayerPaths is a parameter of type IStringArray

Product Availability

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

See Also

IMSDHelper Interface