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


IKmlConversion.GetLayerIDListFromMap Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IK > IKmlConversion Interface > IKmlConversion.GetLayerIDListFromMap Method
ArcGIS Developer Help

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
);
[C++]
Parameters
pMap [in]

pMap is a parameter of type IMap*

Product Availability

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

See Also

IKmlConversion Interface