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


IKmlConvertor.IDList Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IK > IKmlConvertor Interface > IKmlConvertor.IDList Property
ArcGIS Developer Help

IKmlConvertor.IDList Property

Returns Layer hierarchy.

[Visual Basic .NET]
Public ReadOnly Property IDList As IArray
[C#]
public IArray IDList {get;}
[C++]
HRESULT get_IDList(
  IArray** pLayerIDs
);
[C++]
Parameters
pLayerIDs [out, retval]

pLayerIDs is a parameter of type IArray**

Product Availability

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

See Also

IKmlConvertor Interface