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


IKmlConvertor.LayerIDs 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.LayerIDs Property
ArcGIS Developer Help

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(
  System.String* 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