This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IK > IKmlConvertor Interface > IKmlConvertor.LayerIDs Property (ArcObjects .NET 10.5 SDK) |
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