This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IK > IKmlConversion Interface > IKmlConversion.GetLayerIDListFromMap Method (ArcObjects .NET 10.4 SDK) |
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