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


IKmlConvertor.LayerIDs Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IKmlConvertor.LayerIDs Property

Get layer ID string.

[Visual Basic .NET]
Public Property LayerIDs As String
[C#]
public string LayerIDs {get; set;}
[C++]
HRESULT get_LayerIDs(
  BSTR* pLayerIDs
);
[C++]
HRESULT put_LayerIDs(
  BSTR pLayerIDs
);
[C++]

Parameters pLayerIDs [out, retval] pLayerIDs is a parameter of type BSTR pLayerIDs [in] pLayerIDs is a parameter of type BSTR

Product Availability

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

See Also

IKmlConvertor Interface