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