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


IKmlConversion.GetLayerIDListFromMapServer Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IKmlConversion.GetLayerIDListFromMapServer Method

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.

See Also

IKmlConversion Interface