ArcObjects Library Reference  (GlobeCore)    

IKmlServer.IDList Property

Returns Layer hierarchy.

[Visual Basic 6.0]
Property IDList As IArray
[Visual Basic .NET]
Public ReadOnly Property IDList As IArray
[C#]
public IArray IDList {get;}
[Java]
public IArray getIDList()
throws
    IOException,
    AutomationException
[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

IKmlServer Interface