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


IKmlConversion.GetLayerIDListFromMap Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IKmlConversion.GetLayerIDListFromMap Method

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.

See Also

IKmlConversion Interface