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


IGlobeDisplayLayers.Reparent Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayLayers Interface > IGlobeDisplayLayers.Reparent Method
ArcGIS Developer Help

IGlobeDisplayLayers.Reparent Method

Re-parents the layer.

[Visual Basic .NET]
Public Sub Reparent ( _
    ByVal Layer As ILayer, _
    ByVal newParent As ICompositeLayer _
)
[C#]
public void Reparent (
    ILayer Layer,
    ICompositeLayer newParent
);
[C++]
HRESULT Reparent(
  ILayer* Layer,
  ICompositeLayer* newParent
);
[C++]
Parameters
Layer [in]

Layer is a parameter of type ILayer* newParent [in]
newParent is a parameter of type ICompositeLayer*

Product Availability

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

See Also

IGlobeDisplayLayers Interface