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


IGlobeLayerInfo.ParentLayerID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerInfo Interface > IGlobeLayerInfo.ParentLayerID Property
ArcGIS Developer Help

IGlobeLayerInfo.ParentLayerID Property

The parent layer ID if it's a member of a composite layer.

[Visual Basic .NET]
Public ReadOnly Property ParentLayerID As Integer
[C#]
public int ParentLayerID {get;}
[C++]
HRESULT get_ParentLayerID(
  System.Int32* pLayerID
);
[C++]
Parameters
pLayerID [out, retval]

pLayerID is a parameter of type long*

Product Availability

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

See Also

IGlobeLayerInfo Interface