Get array of numerical layer IDs in hierarchical order from MapServer.
[Visual Basic .NET] Public Function GetLayerIDListFromMapServer ( _ ByVal pMapServer As IMapServer _ ) As IArray
[C#] public IArray GetLayerIDListFromMapServer ( IMapServer pMapServer );
[C++]
HRESULT GetLayerIDListFromMapServer(
IMapServer* pMapServer,
IArray** pLayerIDs
);
[C++]Parameters
pMapServer [in]pMapServer is a parameter of type IMapServer
pLayerIDs [out, retval]pLayerIDs is a parameter of type IArray
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.