This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACLayer2 Interface > IACLayer2.ParentLayerID Property (ArcObjects .NET 10.4 SDK) |
The parent layer id.
[Visual Basic .NET] Public Property ParentLayerID As String
[C#] public string ParentLayerID {get; set;}
[C++]
HRESULT get_ParentLayerID(
BSTR* ID
);
[C++]
HRESULT put_ParentLayerID(
BSTR ID
);
[C++]
Parameters ID [out, retval] ID is a parameter of type BSTR ID [in] ID is a parameter of type BSTR