ArcObjects Library Reference (Carto)  

IACLayer2.ParentLayerID Property

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

Product Availability

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

See Also

IACLayer2 Interface